1
0
-1

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.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -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.

        CommentAdd your comment...