vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
[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...
Feature request: Launch configuration option to force Java execution environment used for run/debug
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...
**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...
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...
**Current:** When Java extension stops at exception breakpoint, it will print the exception message, but without stacktrace info.  **Excepted:** Like what js debug extension does, print the stacktrace...
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 >...
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...
The Maven Exec plugin would be the one to be used for that, see https://www.mojohaus.org/exec-maven-plugin/
👋 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...
##### 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...