vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Java Debugger for Visual Studio Code.

Results 223 vscode-java-debug issues
Sort by recently updated
recently updated
newest added

[provide a description of the issue] ##### Environment - Operating System: Windows_NT x64 10.0.17763 - JDK version: java version "1.8.0_202" Java(TM) SE Runtime Environment (build 1.8.0_202-b08) Java HotSpot(TM) 64-Bit Server...

bug
launch
ai-triaged

Feature request: Please add a way to force a specific Java execution environment (from the environments defined by "java.configuration.runtimes") to be used by the debugger to launch the application. For...

enhancement
feature request
launch
ai-triaged

**Error produced in debugger** Breakpoint condition 'test.get(0).get(0).equals("Work0")' error: Cannot evaluate because of compilation error(s): The method get(int) is undefined for the type Object. **Breakpoint created on line with System.out.println("End") used...

bug
evaluation
ai-triaged

Run and debug contextual menu are available on files that cannot be run or debug. it would be better to not provide the menu. it will allow having a lighter...

enhancement
feature request
ux
ai-triaged

**Current:** When Java extension stops at exception breakpoint, it will print the exception message, but without stacktrace info. ![Test java](https://user-images.githubusercontent.com/2037394/105331396-2cde3b00-5bb2-11eb-9ab1-d025642f9c39.png) **Excepted:** Like what js debug extension does, print the stacktrace...

enhancement
feature request
ux
breakpoint
ai-triaged

When Hot code replace fails, plugin opens a dialog > "Hot code replace failed - [error]. Would you like to restart the debug session?". And dialog offers two buttons >...

enhancement
ux
hcr
ai-triaged

When using `org.mockito:mockito-inline` in unit tests, trying to debug the tests is harder because upon starting the debug breakpoint will have to be created after all mocks/spies are created. In...

bug
variables
ai-triaged

The Maven Exec plugin would be the one to be used for that, see https://www.mojohaus.org/exec-maven-plugin/

question
feature request
launch
ai-triaged

👋 Hi there, Martin here, from the VS Code team. Recently we've announced the [Remote Repository feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. `Open...

enhancement
vscode-capabilities
ai-triaged

##### Environment Version: 1.57.0-insider (user setup) Commit: 541a5d4fa70ab3095f23b28b88914e1f6a8f65c4 Date: 2021-05-28T09:50:57.063Z Electron: 12.0.9 Chrome: 89.0.4389.128 Node.js: 14.16.0 V8: 8.9.255.25-electron.0 OS: Windows_NT x64 10.0.19043 - JDK version: 11 ##### Steps To Reproduce...

bug
variables
ai-triaged