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'm using VSCode on windows, and then using remote ssh to connect to linux. Then I attach to running maven project (these are selenium tests). ##### Environment - Operating System:...

Everything worked fine but until recently the hot code replace stopped working. I always keep my vscode up to date. Last time I had this issue was caused by a...

I've just added two solutions about the Trouble, "`No delegateCommandHandler`", all the two solutions fixed the trouble. They are referring from the issues #1342 and #1308.

I am having an issue with the java Scanner fuction. With the project, I am trying to input korean language to debug terminal and get the result. but when I...

I am not able to use environment variables in `vmArgs` properties in `launch.json` this does not work: ``` "vmArgs": "-javaagent:$PWD/src/main/resources/instrumentation-1.0-SNAPSHOT.jar -enableassertions" ``` I get error: ``` Error opening zip file...

feature request
launch

![image](https://github.com/microsoft/vscode-java-debug/assets/3364353/4b5b37a1-d22e-407c-b997-3b78871a2761) The wildcard classPath in `classPaths` configuration only works when `console` is set to `internalConsole`. Is this a normal situation? As the image showed, I add custom classpath of plugins...

feature request

When stopping a debugging session, the application will be killed immediately without running `shutdownHook` code. There is the same discussion in the GO Lang project (https://github.com/golang/vscode-go/issues/120). It would be nice...

bug
disconnect

Unable to debug Java Maven Project. ##### Environment - Operating System: Win10 Enterprise . Build No : 19045.3208 version : 22H2 - JDK version: 1.8.0_281 - Visual Studio Code version:...

attach

When running/debugging Java programs using the extension(s), while having WSL as the default terminal profile, the program can't be run and exits with the following error: ```sh Command 'cmd' not...

terminal
launch

debug pauses on decmpiled class file instead of source java files ##### Environment - Operating System: RHEL 7.6 on Remote and windows 10 on local machine - JDK version: 1.8.0_181...

sourcemap