vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
I use DCEVM to do hot code replacement alot. This works greate so far. But when I try to set a breakpoint to the code that has been created while...
When I set a breakpoint and use the debugger, it opens an old cached version of the source file ##### Environment - Operating System: Windows 8 and 10 (recently upgraded,...
In attach debug, if there are a lot of local variables containing array of objects, the extension fetch a deep copy back to the editor making each step very slow....
The original request is from @krisrice. Currently Java debugger supports Socket Attach by default when debugging remote Java application, the new feature request is to support Socket Listen for remote...
It throws `Remove breakpoint exception`: - Remove breakpoint exception: com.sun.jdi.VMDisconnectedException: Got IOException from Virtual Machine - Remove breakpoint exception: org.eclipse.jdi.TimeoutException: Timeout occurred while waiting for packet 23626.
List main class from third-party jars is time-consuming and not very useful, consider to remove the logic like ``` int constraints = IJavaSearchScope.SOURCES; constraints |= IJavaSearchScope.APPLICATION_LIBRARIES; IWorkspaceRoot root = ResourcesPlugin.getWorkspace().getRoot();...
If the main class is located in the enclosing class of a Java file,  launching debugger will throw error `Failed to resolve classpath 'Main$Main1' doesn't exist in the workspace`....
eg: ``` "args": ["a b", "\""] ```  the args has missed the quotes after launching.