vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
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 :  and...
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...
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,...
[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...
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`)....
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...
The nls files is under the root folder of the workspace. Should move to specified folders.
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 ``` {...
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...
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...