vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
When launching a Java program with `${command:SpecifyProgramArgs}`, the popup says that I can press 'Escape' to cancel, but it runs anyway. ##### Environment - Operating System: Windows 11 - JDK...
I have the following dropwizard app: https://github.com/open-metadata/OpenMetadata, which I am trying to run in debug mode in VS Code. I have tried a few setup of my launch.json file including...
Type: Bug If you type `rm -rf something` in the terminal and forget to press enter before launching a Java class, then your project is deleted. Expected: The project should...
Hello I have a java project with gradle build. I want to build with Java 8. My code used packages removed in java 11, for example javax.xml.bind.JAXBContext So , in...
Loading a gradle project in VS code results in Kotlin DSL accessors in the wrong directory: `bin/main/gradle/kotlin/dsl/` ##### Environment - Operating System: macOS 13.6.2 - JDK version: 17 - Visual...
https://github.com/redhat-developer/vscode-java/wiki/JDK-Requirements documents how to set the project JDK. The example config contains `"path": "/path/to/jdk-8"`. However, when I followed the instructions and entered a path to a JDK, I got an...
Hi everyone. I have an issue when trying to debug a program that contains 2D array. If I try to put breakpoints checking for `array[0].length`, it fails with: ``` Breakpoint...
[provide a description of the issue] ##### Environment - Operating System: Windows - JDK version: jdk1.8.0_351 - Visual Studio Code version: 1.74.3 - Java extension version: Extension Pack for Java...
[provide a description of the issue] ##### Environment - Operating System: wsl (Arch) - JDK version: 1.8 - Visual Studio Code version: 1.85.1 - Java extension version: v1.25.1 - Java...
Add breakpoint in a constructor (such as NoSuchMethodError) with this log expression: `new StringBuilder().append(s).append("->").append(java.util.Arrays.stream(Thread.currentThread().getStackTrace()).map(StackTraceElement::toString).collect(java.util.stream.Collectors.joining("\n"))).toString()` This works in intellij but in vscode I get: `[Logpoint] Log message '{new StringBuilder().append(s).append("->").append(java.util.Arrays.stream(Thread.currentThread().getStackTrace()).map(StackTraceElement::toString).collect(java.util.stream.Collectors.joining("\n"))).toString()}' error: Cannot...