Skip to content

Debugger broken without reason #124

@sedax90

Description

@sedax90

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 workinglanguage-serverRelated to the language server.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions