vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.

When debugging inside stream().map() the debugger is not working. Firstly, when the breakpoint is added it is red and looks like a proper breakpoint, however, once the debugging session is...
### Discussed in https://github.com/microsoft/vscode-java-debug/discussions/1218 Originally posted by **fravemel-upvnet** September 12, 2022 First of all thanks, I use the debugger on daily bases, and I like it. It would be nice...
The run/debug button on the editor does not respect the launch.json file. I have a particular project which the main class is actually in separate jar file. After configuring the...
I have a lot of folders to define in the debug option "sourcePaths", like : - "${workspaceFolder}/src/plugin/Plugin1/src/java" - "${workspaceFolder}/src/plugin/Plugin2/src/java" - ... Is it possible to support wildcard, so I can...
[provide a description of the issue] in vscode a blank terminal screen opens and the error in the picture comes. ##### Environment - Operating System: Pop!_OS 21.04 - JDK version:...
When a debug adapter uses RunInTerminalRequest, vscode is now escaping characters for the shell by default, but we added a flag to RunInTerminalRequest to allow debug adapters to disable this...
[provide a description of the issue] ##### Environment - Operating System:macos 10.14.1 - JDK version: 1.8.0_144 - Visual Studio Code version:1.29.1 - Java extension version:0.4.0 - Java Debugger extension version:0.15.0...
Our extension (vscode-server-connector) is used to run and debug application servers like tomcat, wildfly, and more, and also to deploy applications to those servers. Our extension causes a separate process...
hi, i have a class both in src folder and jar, when debug, it always jump to the source in the jar, not my modified version in src folder. how...