-
Notifications
You must be signed in to change notification settings - Fork 30
Labels
bugSomething isn't workingSomething isn't workinglanguage-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 was using the debugger without problems untile some hours ago using the remote debugger:
jvmArgs = [
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
]
and a debug.json script:
[
{
"label": "Attach to Java app",
"adapter": "Java",
"request": "attach",
"hostName": "localhost",
"port": 5005
}
]
now it returns error: "Debugger plugin is not loaded"
I've tried to reboot, relaunch, kill java, etc... but I can't find logs.
What did you expect to happen?
The debugger works.
Environment
Ubuntu 25.10
Zed 0.211.4 62ece18dfedd5fae028c8ab10f751652b7f814e6
openjdk version "23" 2024-09-17
OpenJDK Runtime Environment Corretto-23.0.0.37.1 (build 23+37-FR)
OpenJDK 64-Bit Server VM Corretto-23.0.0.37.1 (build 23+37-FR, mixed mode, sharing)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinglanguage-serverRelated to the language server.Related to the language server.