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

**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."

feature request
breakpoint

Build failed error but running on different ide the there is no issue.

needs more info

[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...

bug
variables

[provide a description of the issue] ##### Environment - Operating System: - JDK version: - Visual Studio Code version: - Java extension version: - Java Debugger extension version: ##### Steps...

needs more info

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...

bug
hcr

[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...

encoding

远程调试的时候如何指定代理 ```json { "version": "0.2.0", "configurations": [ { "type": "java", "name": "Rmote Debug zdata 48974", "projectName": "zdata", "request": "attach", "hostName": "192.168.50.122", //地址 "port": 48974 //端口 } ] } ```

question
attach

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...

enhancement
ux
launch

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...

bug
step