How to debug a plugin in visual studio code.

Confluence User - 02 Dec, 2024

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.

plugins

1


05 Dec, 2024
confluenceUser
confluenceUser

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.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print