vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
See:  `javaProject` is `IJavaProject`, which has no method like isMavenOrGradleProject()
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:...
> 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...
[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. #####...
##### 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...
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...
- 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...
### 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...
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...
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,...