Skip to content

Debugger: debugpy expects a missing .so file on Ubuntu #34575

@insane-dreamer

Description

@insane-dreamer

Summary

When launching a python script with the debugger, I get the following error message:

0.46s - Expected: ~/.local/share/zed/debug_adapters/Debugpy/Debugpy_v1.8.15/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_linux_amd64.so to exist.

Description

Steps to trigger the problem:

  1. my debug.json is as follows:
[
  {
    "label": "myscript",
    "adapter": "Debugpy",
    "program": "$ZED_FILE",
    "request": "launch"
  }
]
  1. Open python script in Zed. Press F5 and select 'myscript'

Expected Behavior:
Actual Behavior:

pydevd is installed but no .so files exist in that folder:

Image

Zed Version and System Specs

Zed: v0.194.3 (Zed)
OS: Linux X11 ubuntu 24.04
Memory: 31.3 GiB
Architecture: x86_64
GPU: NVIDIA GeForce GTX 1650 || NVIDIA || 535.230.02

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions