Skip to content

Conversation

@RemcoSmitsDev
Copy link
Owner

@RemcoSmitsDev RemcoSmitsDev commented Jan 21, 2025

Waiting on response from debugpy team

The code is fine, but the attach feature for python does not work. We are still looking into this, why it's not working.
We reached out to the debugpy team to get this feature inside the debugger branch.

Debug config

debug.json

[
  {
    "label": "Python Attach Port",
    "adapter": "python",
    "request": {
      "attach": { "process_id": 0 }
    },
    "initialize_args": {
      "port": 5678
    }
  },
  {
    "label": "Python Attach PID",
    "adapter": "python",
    "request": {
      "attach": {}
    }
  },
]

Go into virtual env and execute the following command debugpy --listen localhost:5678 --wait-for-client test.py

Base automatically changed from use-toolchain-for-python to debugger January 29, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants