-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
language-serverRelated to the language server.Related to the language server.
Description
Relevance Confirmation
- I confirmed that this is not an issue with the Eclipse JDT Language Server itself
What happened?
I've a task configured for debug:
{
"label": "Attach to Java app",
"adapter": "Java",
"request": "attach",
"hostName": "localhost",
"port": 5005,
},
But when I lauch this it stops immediatly with:
error: "Failed to start debug session: Failed to start debug session via LSP: Failed to send request to LSP proxy: error sending request for url (http://localhost:33871/)\n\nCaused by:\n 0: client error (Connect)\n 1: tcp connect error\n 2: Connection refused (os error 111)"
What did you expect to happen?
Debugger should attach to current running Java application like vscode.
Environment
Zed: 0.227.1
Platform: Ubuntu 25.04
Java: Amazon Corretto 21
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
language-serverRelated to the language server.Related to the language server.