-
Notifications
You must be signed in to change notification settings - Fork 6k
Labels
area:debuggerarea:debugger/dap/debugpyIssues related to the Debugpy debug adapter protocol serverIssues related to the Debugpy debug adapter protocol server
Description
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:
- my debug.json is as follows:
[
{
"label": "myscript",
"adapter": "Debugpy",
"program": "$ZED_FILE",
"request": "launch"
}
]
- 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:
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
starsep
Metadata
Metadata
Assignees
Labels
area:debuggerarea:debugger/dap/debugpyIssues related to the Debugpy debug adapter protocol serverIssues related to the Debugpy debug adapter protocol server