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

#### Environment - Operating System: Win10/Mac/Linux - JDK version: 11.0.7/13.0.2/14.0.2 - Visual Studio Code version: 1.47.2 - Java extension version: 0.64.1 - Java Debugger extension version: 0.27.0 #### Steps To...

bug
ux

![image](https://user-images.githubusercontent.com/6193897/158114799-395629c5-df07-4878-8561-45a0deb03d10.png) For some cases, HCR might take a long time. If stopping the debug session manually during applying the changes, the status bar item will stay there.

bug
hcr

[provide a description of the issue] # feature request When debug code, we want to see the full stack and then filter it to get the information we really need....

feature request

I cannot evaluate an expression in VSCode debugging tomcat. I have this error. cannot evaluate because of java.lang.IllegalStateException: Cannot evaluate, please specify projectName in launch.json.. My launch.json { // Use...

evaluation

[provide a description of the issue] I want to break the point where the class is declared, so that I can easily know which processes will go to this class....

feature request
breakpoint

[provide a description of the issue] ##### Environment - Operating System: Linux - JDK version: 11 - Visual Studio Code version: 1.63.2 - Java extension version: v0.21.0 - Java Debugger...

buildtool

This fork allows you to specify the javaExec to use for executing the java virtual machine. It can be specified in your launch configuration options, or, if not specified, will...

// A launch configuration that compiles the extension and then opens it inside a new window { "version": "0.1.0", "configurations": [ { "name": "Launch Extension", "type": "extensionHost", "request": "launch", "runtimeExecutable":...

It is OK to leave modulePaths empty. What is not OK is to inject the classPaths into modulePaths.

When port conflicts occur, a user may choose to let the JVM bind to a random port by omitting the [`address` attribute] (https://docs.oracle.com/cd/E19501-01/819-3664/abgdm/index.html) or by passing `address=0` as command-line arguments....

bug
ux