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

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

external
backlog
buildtool

Currently the extension has supported english and italian for configuration settings, help wanted for other locales.

help wanted
localization

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

localization

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.

feature request
ux

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

ux
launch

While debugging, the call stack panel list all of the threads: ![screenshot of call stacks](https://user-images.githubusercontent.com/1926185/53929809-ea98d700-40c9-11e9-8613-ccac0400f376.jpg) But most of the threads are not related to the application; they are just builtin...

external
ux

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

feature request
breakpoint

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

feature request
evaluation

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

attach

Currently, the debugger supports run/debug a Java application with main class. The request is to support run/debug a JAR application.

feature request
launch