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

![image](https://user-images.githubusercontent.com/6193897/195265037-36914d8d-818a-4d27-82e1-20ee41cfb7df.png)

bug
variables

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

bug
external
breakpoint

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

feature request
ux
stream

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

feature request
ux
launch

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

feature request
sourcemap

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

terminal
launch

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

feature request
backlog
launch

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

buildtool

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

ux
evaluation

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

bug