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

The extension supports "Run to Cursor", but not "Jump to Cursor". https://learn.microsoft.com/en-us/visualstudio/debugger/navigating-through-code-with-the-debugger#BKMK_Set_the_next_statement_to_execute https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Goto

feature request

1. Open spring-petclinic project using VS Code with Java Ext Pack installed 2. When hint to choose between Maven or Gradle, pick Gradle and import the project 3. In terminal,...

bug

When using the vscode java debugger, the experience can be really bad because some variables cannot be inspected seemingly for no reason. This gives the impression that the extension is...

ux
evaluation
variables

I managed to open a multi-module maven project in VS Code and set up the `launch.json` correctly. I can debug the project and the breakpoints are respected in the main...

sourcemap
multimodule

Add support for debugging reactive streams where we can trace different steps and exactly their definition locations on the source code. Example in IJ ![](https://resources.jetbrains.com/help/img/idea/2022.2/reactor-debug-mode.png) This will benefit debugging java...

feature request
callstack
stream

See https://github.com/microsoft/vscode-java-debug/pull/1234/files#r1010024710. We have some code to search a launch.json file via `await vscode.workspace.findFiles(".vscode/launch.json", "**/node_modules/**");`, it can be optimized by specifying the workspace folder and maxResult as 1.

debt

Build fails on missing default case, even though switch is exhaustive. ##### Environment - Operating System: Windows 10 - JDK version: 19 - Visual Studio Code version: 1.73.1 - Java...

compile

Hi. Is it possible to remove or override the "Run Java", "Debug Java" buttons that (I believe) the Java Debugger extension is adding to VSCode? I'm running a Gradle project...

ux

[provide a description of the issue] ##### Environment - Operating System: MacOS 12.6 - JDK version: 1.8 - Visual Studio Code version: 1.73.1 - Java extension version: Language support for...

bug
buildtool
sourcemap
multimodule