vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Java Debugger for Visual Studio Code.

Results 181 vscode-java-debug issues
Sort by recently updated
recently updated
newest added

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

feature request
voting
breakpoint

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,...

external
voting
sourcemap

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

voting
variables
performance

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

feature request
attach

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.

debt
hcr

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();...

launch

If the main class is located in the enclosing class of a Java file, ![image](https://user-images.githubusercontent.com/14052197/45484269-293a7e00-b786-11e8-941b-703e1aba5cf6.png) launching debugger will throw error `Failed to resolve classpath 'Main$Main1' doesn't exist in the workspace`....

bug
debt
launch

eg: ``` "args": ["a b", "\""] ``` ![image](https://user-images.githubusercontent.com/17075863/45790779-13164b80-bcb9-11e8-83fb-8f61b91b073d.png) the args has missed the quotes after launching.

debt