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

_From @jiayaoO3O on December 7, 2018 11:23_ I can use maven to run javaFx11, but every time I run the program I type in the powershell: `mvn exec:java`, which makes...

question
javafx
JPMS
ai-triaged

Java debugger randomly terminates when debug attach with the following error: Debug adapter process has terminated unexpectedly (read ECONNRESET) ##### Environment - Operating System: Windows 7 Enterprise 64-bit - JDK...

bug
buildtool
ai-triaged

If you set a breakpoint on a line of code containing a lambda expression, attempts to step *over* the code will result in a step *into* the code. If the...

bug
step
ai-triaged

The current default when running or debugging Java programs is to launch it in the integrated terminal, using a generated command that usually gets quite verbose. By setting `java.debug.settings.console` to...

enhancement
feature request
terminal
ai-triaged

The button `Don't show again` button of the "hot code replacement warning" dialog doesn't work correctly. It always keeps reappearing. Furthermore multiple warnings are shown next to each other -...

bug
ux
hcr
ai-triaged

##### Environment - Operating System: Windows/Mac/Linux - JDK version: 8/11/12 - Visual Studio Code version: 1.37.1 - Java extension version: 0.47.0 - Java Debugger extension version: 0.21.0 ##### Steps To...

enhancement
debt
ai-triaged

Issue Type: Bug ##------------------##---------- Launch.json { "name": "Attach to Java Functions dev", "type": "java", "request": "attach", "hostName": "127.0.0.1", "port": 5005, "preLaunchTask": "devFunc" }, { "name": "Attach to Java Functions test",...

bug
attach
buildtool
ai-triaged

The command is useful for the users to diagnostic.

enhancement
launch
ai-triaged

https://code.visualstudio.com/updates/v1_39#_cancellation-support In the 1.39, vscode added cancellation support in DAP. It tells the server that the client is no longer interested in the response of a previous request. This is...

enhancement
DAP
ai-triaged

I'm altering classes with javassist and I have reason to believe this takes longer then 10 seconds. I get the following: And I was wondering, can I make that time...

question
launch
ai-triaged