vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
**Customer verbatim:** "the java debugger extentions sometimes gives errors but there is not any errors" "Sometimes it gets debugger errors" "Everything is good but when we run the code it...
"Ability to set exception breakpoint by name would be great. Caught / uncaught exception is not enough."
Build failed error but running on different ide the there is no issue.
[provide a description of the issue] ##### Environment - Operating System: macOS - JDK version: 1.8 - Visual Studio Code version: 1.70.1 - Java extension version: v1.9.0 - Java Debugger...
[provide a description of the issue] ##### Environment - Operating System: - JDK version: - Visual Studio Code version: - Java extension version: - Java Debugger extension version: ##### Steps...
My company works on a larger sized Java project, and we cannot get hot code replace to work in vscode. I suspect this is probably related to something about our...
[provide a description of the issue] ##### Environment - Operating System: Windows 10 - JDK version: 11 - Visual Studio Code version: 1.69.2 - Java extension version: Microsoft Java Pack...
远程调试的时候如何指定代理 ```json { "version": "0.2.0", "configurations": [ { "type": "java", "name": "Rmote Debug zdata 48974", "projectName": "zdata", "request": "attach", "hostName": "192.168.50.122", //地址 "port": 48974 //端口 } ] } ```
Add a "launch previously launched application option if the current file isn't executable" option.
Add an option to launch the last application if the current one isn't executable instead of showing a dialog box. If there's a feature for this already, please do let...
I'm having an issue configuring vscode to prevent stepping into .class files while debugging. Am I on the right path by updating launch.json configuration with the example below? Is there...