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

It looks like when using the spybean annotation from junit jupyter the breakpoints don't work. When I remove the annotation the breakpoint start working. ##### Environment - Operating System: Mac...

VSCode has the support for step back debugging (https://github.com/microsoft/vscode/issues/7652) but the debugger has to implement the capability. vscode-node-debug already did it (https://github.com/microsoft/vscode/issues/13705 & https://github.com/Microsoft/vscode-node-debug/issues/77). Is it possible to implement this...

feature request
step

##### Environment - Operating System: MacOS Big Sur - JDK version: 21 - Visual Studio Code version: Version: 1.84.2 - Java extension version: v1.24.0 - Java Debugger extension version: 0.55.0...

When using the DynamicContainer and DynamicTest classes from JUnit 5 the tests cannot be properly launched from the test runner. The hierarchy of tests is displayed correctly but clicking on...

When you put a breakpoint on a outer while loop in a method, the debugger break only once instead of for each loop executed. Also, a loop in a if...

breakpoint
compile

When setting `shortenCommandLine` to `argfile` (or setting to `auto` and then triggering the argfile behavior with a long command), VS Code will always put any `vmArgs` inside an argfile, even...

enhancement

I'm building and debugging OpenJDK 17 on Windows 11. I'd like to debug it with VSCode. I submitted the issue #1285 before for other version of extensions, but now Java...

question

Wrong Java runtime used ##### Environment - Operating System: ubuntu linux - JDK version: Corretto-17.0.9.8.1 - Visual Studio Code version: latest - Java extension version: latest and prerelease - Java...

**Environment:** - VS Code Version: 1.73.1 - Extension Version: Language Support for Java(TM) by Red Hat v1.13.2022111603 - JDK Type & Version: Oracle jdk1.8.0_351 - 32bit - OS Type &...

disconnect

After the deploy on Tomcat of a war or an exploded war and having set breakpoints, the execution does not stops successfully at the breakpoints. ##### Environment - Operating System:...