Open mvanveen82 opened 7 years ago
I think you need to change your "startupClass"
and add "sourcepath"
. You can try to hack your launch configuration since it extension still lacks of some documentation.
Hmm, seems to be same problem as https://github.com/DonJayamanne/javaVSCode/pull/56 I've seen the same effect while trying to attach to a multithreaded local process.
Hi,
I have a springboot java backend to which I'm trying to connect with the debugger. When starting the debugger the debugger controls appear at the top of the screen but only the stop en retry buttons are active. And the nightrider style loader under de debug configuration keeps flashing. So it seems it tries to connect but can't. However I get no error. Also the console of the springboot app show nothing. Only when stopping the debugger it reprints "Listening for transport dt_socket at address: 5005"
setting in pom.xml for debugging
task (tasks.json) with which I launch the springboot app:
Lauch.json: