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 working on the Pi4J project (https://v2.pi4j.com/) to control GPIOs with a Java application. Pi4J uses a native library to communicate with the GPIOs. For some protocols (like I2C) the...

feature request
launch

Type: Bug while debugging the code flickers making it difficult to debug. Extension version: 0.57.0 VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z) OS version: Windows_NT x64 10.0.22631 Modes: System Info...

external

Currently when copying a string list in Variables view, it returns the data as `size=2` to the clipboard instead of the actual string array.

feature request
evaluation

[provide a description of the issue] ##### Environment - Operating System: ```shell .-/+oossssoo+/-. `:+ssssssssssssssssss+:` ---------- -+ssssssssssssssssssyyssss+- OS: Ubuntu 20.04.6 LTS on Windows 10 x86_64 .ossssssssssssssssssdMMMNysssso. Kernel: 5.15.146.1-microsoft-standard-WSL2 /ssssssssssshdmmNNmmyNMMMMhssssss/ Uptime: 52...

When attaching to a Java process built with a custom bazel-based build system, the Java debugger can't resolved source even though the file is open, reporting "Unknown source". ##### Environment...

##### Environment - Operating System: Windows 11 - JDK version: 17 - Visual Studio Code version: 1.89.0 - Java extension version: 1.30.0 - Java Debugger extension version: 0.57.0 ##### Steps...

external

When debugging a project where I have put copies of Java files from a dependency in my project's src folder (but in another module) to adjust its behavior, and placing...

Java debugger cannot launch with `"javaExec": "java.bat"` option. ##### Environment - Operating System: Windows 10 - JDK version: openjdk 11.0.19 2023-04-18 - Visual Studio Code version: 1.92.0 - Java extension...

When adding logpoints to sun.awt.X11.XDragSourcePeer, I often get errors. ##### Environment - Operating System: Ubuntu 22.04.4 LTS - JDK version: OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9) - Visual Studio Code...

i have this issue when i run code in the first line happen the issue and the terminal says: Error: Could not find or load main class Test3 Caused by:...