microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
57 stars 23 forks source link

Timed out waiting for debugger on first debugpy run #45

Open connor4312 opened 1 year ago

connor4312 commented 1 year ago

Testing https://github.com/microsoft/vscode-python-debugger/issues/35

This is the first time I used debugpy.

  1. Attach to a process
  2. After a few moments, there's a prompt from macOS asking something about enabling developer tools. I grant it.
  3. In the meantime, the debug connection times out and results in a modal error
julie777 commented 5 months ago

I have also been seeing this for the last few days. I am starting debug from withing vscode. The first time fails, but subsequent tries to start debugging work.