vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
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`...
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...
[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...
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...
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...
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...
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 
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...