vscode-java-debug
vscode-java-debug copied to clipboard
Java Debugger for Visual Studio Code.
_From @mattcobley on October 1, 2018 20:28_ It would be great if the ability to override values for properties was made available when running/debugging Spring Boot applications. This would allow...
Currently the extension has supported english and italian for configuration settings, help wanted for other locales.
We have lots of Chinese developers. It would be great if we can provide a localized interface. This issue is to track the effort of building the localization story. Supporting...
According to Microsoft/vscode-java-pack#78, it's very helpful if the output in debug console can be colorized. Here to request this feature.
I started a spring boot, then modified some configurations and started it again. All of them started successfully. Then I switched the output console and found that I couldn't switch...
While debugging, the call stack panel list all of the threads:  But most of the threads are not related to the application; they are just builtin...
##### Environment - Operating System: Windows/Mac/Linux - JDK version: 8 & 11 - Visual Studio Code version: 1.33.1 - Java extension version: 0.42.1 - Java Debugger extension version: 0.18.0 #####...
It's often generally useful to be able to refer to the results of an earlier expression when exploring the state of a program. This is related to #281, but different....
i'm trying to remote debug my application, which is running on a tomcat. ##### Environment - Operating System: mac OS 10.14.4 - JDK version: 1.8.0_131 - Visual Studio Code version:...
Currently, the debugger supports run/debug a Java application with main class. The request is to support run/debug a JAR application.