vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
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
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,...
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...
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...
Add support for debugging reactive streams where we can trace different steps and exactly their definition locations on the source code. Example in IJ  This will benefit debugging java...
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.
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...
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...
[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...