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

See: ![WeChat Screenshot_20191114111533](https://user-images.githubusercontent.com/6193897/68823930-33307780-06d0-11ea-8e3a-6a845c222c64.png) `javaProject` is `IJavaProject`, which has no method like isMavenOrGradleProject()

bug
evaluation
ai-triaged

Every time I run the java from vscode "Run| Debug" button. it will give `prompt_ip:8: command not found: networksetup prompt_load:29: command not found: sysctl prompt_load:31: command not found: sysctl prompt_load:44:...

question
terminal
ai-triaged

> Originally created by @clankill3r at https://github.com/redhat-developer/vscode-java/issues/1025 It would be really great if :: was supported from using System.out.println. If it already is, then please provide a working example, cause...

enhancement
feature request
ai-triaged

[provide a description of the issue] I try to run my first Java test in exercism but I found this message 'BUILD FAILED' so what I have to do. #####...

question
launch
ai-triaged

##### Environment - Operating System: Win10 - JDK version: JDK 11 - Visual Studio Code version: 1.40.2 - Java extension version: 0.54.2 - Java Debugger extension version: 0.23.0 ##### Steps...

bug
performance
ai-triaged

Hi VS Code dev here :wave: Last milestone we have introduced a Start View for debugging. More about this can be found here https://github.com/microsoft/vscode/issues/84677 So when the user has no...

enhancement
question
ux
ai-triaged

- For the launch debugging, we provide two kinds of implementation: SocketLaunchingConnector and ListeningConnector. Need revisit the design to see whether to keep using one kind of implementation. - For...

enhancement
debt
ai-triaged

### Environment - Operating System: Win10 - JDK version: 1.8.0_202 - Visual Studio Code version: 1.42.1 - Java extension version: 0.57.0 - Java Debugger extension version: 0.25.0 ### Steps To...

question
ai-triaged

First of all I'm not an expert, but I will try to explain my issue as well as I can. I'm not sure if it's a bug, but I still...

question
standalone files
ai-triaged

Feature request: set breakpoint on assert fail Currently, when a Java assert fails, a stack trace is written to the terminal and the application ends. We know which assertion failed,...

enhancement
feature request
breakpoint
ai-triaged