vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
[provide a description of the issue] ##### Environment - Operating System: windows 10.0.19044 Build 19044 - JDK version: jdk-11.0.12.7-openj9 - Visual Studio Code version: 1.62.3 - Java extension version: 1.1.0...
Currently: 
This is a follow-up with the issue https://github.com/microsoft/vscode-java-pack/issues/832#issuecomment-983425656. > I can simply reproduce it by dragging in a .java file without opening any folder. > Run Java: silent failure Debug...
When debugging and hoving over a variable, or watching the variable in the Variables/Watch panels, is there a way to see the full result of `toString()` *including the newlines*? #####...
While debugging, watches display "Cannot evaluate because of compilation error(s): ......". This is annoying, and actually the same issue seems to prevent conditional breakpoints from working. This seems to occur...
[provide a description of the issue] Currently there is no way to launch a Maven goal or Gradle task via the VS Code launch configuration, which is supported in other...
It would be great if we can provide this feature to help us open a type definition of a variable when debugging. In IntelliJ, the similar feature names `Jump To...
I'm trying VSCode with Java for the first time as an option for Eclipse. Configured the environment pretty easily (Java Extension Pack, Spring Boot 4 EP, Lombok) and could run...
When configuring the launch.json for a Spring gradle based application I sometimes cannot run the application with command-line arguments. Example configuration: { "type": "java", "name": "DEBUG config", "request": "launch", "mainClass":...
Issue Type: Bug Hello, running up to date Vscode and Java extensions yet code completion not working on debug console. It can be reproduced by debuggin a test hello java...