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

w.r.t. `launch.json`, this does not work: ``` "classPaths": [ "$Auto", "$HOME/.m2/repository/com/oracle/database/jdbc/ojdbc10/19.15.0.0.1/ojdbc10-19.15.0.0.1.jar" ] ``` The classes pointed to by `$HOME/.m2/repository/com/oracle/database/jdbc/ojdbc10/19.15.0.0.1/ojdbc10-19.15.0.0.1.jar` are not available to the Java program. if I replace `$HOME`...

feature request
launch

Suppose you have `demo.jar,` which dynamically loads class `Demo2`, which is to be found in `demo2.jar.` (There are no maven dependencies between `demo` and `demo2.`) In VSCode, it is easy...

enhancement
classpath

[provide a description of the issue] ##### Environment - Operating System: MacOS - JDK version: 17 - Visual Studio Code version: 1.74.3 - Java extension version: v1.14.2023011609 - Java Debugger...

bug
evaluation

I'm building and debugging the latest version of OpenJDK on Windows 11. I'd like to debug it with VSCode, however I met the following problem: I made changes in JDK...

sourcemap

User feedbacks: - "Single file support. Some times i want to run a single file nothing else. I don't want errors from other files in the folder. There should an...

feature request
launch

when debugging a springboot or quarkus app or any other already running java app it would be nice that "Debug Java" could offer to scan for localhost running java processes...

feature request
attach

As of last Friday morning (2024-06-28) I can no longer run my project through VS Code. No change to the project occurred between the last time I ran it this...

Debugger stops on the breakpoint (as seen in callstack), but there is no change in the rest of the editor and I can't step through the code. ##### Environment -...

when i launch vscode-java-debug-main extension ,an error ,how to solve it ![image](https://github.com/microsoft/vscode-java-debug/assets/26995040/e331944e-946b-432a-88e7-4979aca537a5)

Type: Bug - Using Oracle Java SE Kit 21.0.2 (64-bit) - Enter java code - Run Java - Churns up error // while on jGrasp it compiles successfully - Run...