javaVSCode
javaVSCode copied to clipboard
Extension for java development on VSCode (deprecated)
I'm trying to set up VSCode for java. I've set up the launch and build task files as instructed in the readme page. But I'm getting "Error: Could not find...
I sometime have to use a special JVM which doesn't print the "Listening for transport dt_socket at address: ..." message. This makes it impossible to "launch" a java process, while...
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...
I'm trying to set up a launch configuration for debugging unit tests, and have hit a wall. I was able to set up my classpath to find the JUnit jar...
Wouldn't moving the `jdkPath` property to settings.json make more sense? I don't exactly use Java daily, but I often need to open a new folder, and if I want to...
Im working with a closed source framework that is not very well documented (SAP hybris). I need on-demand decompilation of java classes while stepping through the code. Do you think...
I find the Java debugger quite helpful for local debugging. Thanks for the great work. I'd like to suggest 2 changes to enable remote debugging: 1. Allow user to specify...
I'm working on a gradle project which has a rather lengthy class path (which I figure would hold true for any but the most simplistic java project). Putting the whole...
JDB is only a reference implementation of JPDA: http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/index.html The source code of JDB is available here: http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/examples.html It might make sense to write the debug adapter completely in Java,...