Skip to content

Timed out waiting for debugger on first debugpy run #1768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
connor4312 opened this issue Jun 27, 2023 · 2 comments
Closed

Timed out waiting for debugger on first debugpy run #1768

connor4312 opened this issue Jun 27, 2023 · 2 comments
Assignees
Labels
needs repro Issue has not been reproduced yet

Comments

@connor4312
Copy link
Member

connor4312 commented Jun 27, 2023

Testing microsoft/vscode-python-debugger#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
@paulacamargo25 paulacamargo25 added the bug Something isn't working label Feb 7, 2024
@julie777
Copy link

julie777 commented Apr 7, 2024

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.

@karthiknadig karthiknadig removed the bug Something isn't working label Dec 11, 2024
@karthiknadig karthiknadig removed their assignment Dec 11, 2024
@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python-debugger Dec 11, 2024
@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Dec 11, 2024
@rchiodo
Copy link
Contributor

rchiodo commented Dec 11, 2024

I imagine this is gdb asking for permissions. If it works on second try, then that would be by design. If gdb doesn't let us inject the attach dll, it's not going to work.

@rchiodo rchiodo closed this as completed Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

6 participants