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

After I installed any version of VS Code after March 2021 (version 1.55), when I click on "run java", one times on two I have this error : ![image](https://user-images.githubusercontent.com/59520451/126602455-5d004a58-3edf-41f8-a93c-744e2485560e.png) and...

launch

When using a gradle project which is modularized, the launch configuration needs to include proper `add-modules` arguments for each dependency in order for the compilation to work. These should be...

feature request
JPMS

https://user-images.githubusercontent.com/56864335/142805699-65672c09-491d-4c22-8d4c-c19b35e610cc.mp4 When interviewing a customer, he mentioned an issue where he starts an app and hit the breakpoint, the variables won't be displayed, but when he minimized and maximized again,...

external

[provide a description of the issue] ##### Environment - Operating System: mac os 10.15.6 (19G2021) - JDK version:1.8.0_191 - Visual Studio Code version: 1.52.1 - Java extension version:v0.12.1 - Java...

bug
launch

I have a single `.java` source file, `Duke.java`, that's contained in a package, `sharadhr.duke`, within a project folder that follows the Gradle convention (i.e. the source file is in `src/main/java/sharadhr/duke/Duke.java`)....

bug
launch
symlink

Hello :wave: I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as _Workspace Trust_. This feature is intended to centralize and unify...

vscode-capabilities

The nls files is under the root folder of the workspace. Should move to specified folders.

debt

It's possible to debug tests running from a Maven build by calling [`mvn -Dmaven.surefire.debug test`](http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html), then attaching the debugger to a remote Java process on port 5005, like ``` {...

feature request
attach

Eclipse has a functioality to setup a custom "toString" method (called "Detail Formatter") on each type in the variables view. This is handy when you have objects that don't come...

feature request
voting
variables

1. in a non-static method, input `this. ` cannot toggle the method list of this object, you must press ctrl+space 2. if I select hashCode which is a method but...

external
evaluation