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

[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...

encoding

Currently: ![image](https://user-images.githubusercontent.com/6193897/141036065-7e53deed-19bc-46a1-9001-39f91fafc0ca.png)

localization

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...

ux
launch

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*? #####...

bug
variables

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...

bug
evaluation

[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...

feature request
launch
buildtool

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...

feature request
variables

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...

performance
step

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":...

jdk
launch

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...

ux
evaluation