snehaljha / local-tomcat

GNU General Public License v3.0
5 stars 10 forks source link

Debug - LT: Run Tomcat in Debug Mode - Will run the tomcat in debug mode in its configured port if its not already running #14

Closed rkumarnrtc closed 2 months ago

rkumarnrtc commented 1 year ago

I could install & configure & run tomcat and the app launched fine . However when I run in Debug mode, the tomcat server starts , but how / where do I debug ? How is the debug console launched ? All the breakpoints are getting ignored

snehaljha commented 2 months ago

The mentioned command just runs the tomcat in debug mode in it's designated port. You need to configure launch.json for debugging