1
0
-1
1 answer
- 10-1
Hi, I am not too familiar with Visual Studio Code, but it's just standard Java remote debugging so you should be able to do something like https://code.visualstudio.com/docs/java/java-debugging.
Add your comment...
Hi, I am not too familiar with Visual Studio Code, but it's just standard Java remote debugging so you should be able to do something like https://code.visualstudio.com/docs/java/java-debugging.
Is there a way to debug plugins with breakpoints using visualstudio code? so far i have already installed Tomcat with jpda and connected the debugger. but since the plugins are deployed via jar's I cannot set break points to them and debug them.