Is there a way to debug a Tomcat Java application from Visual Studio Code

I'm relatively new to Java, but I need to make some changes to the Java code. I prefer to use Visual Studio Code for this. Java code builds a .WAR file using Maven and deploys to Tomcat.

Is there a way to debug this application directly from Visual Studio Code?

+3


source to share





All Articles