Skip to content
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

[sys.monitoring] Deadlocks when breakpoints are hit #1510

Closed
Tracked by #1420
int19h opened this issue Jan 30, 2024 · 3 comments
Closed
Tracked by #1420

[sys.monitoring] Deadlocks when breakpoints are hit #1510

int19h opened this issue Jan 30, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@int19h
Copy link
Contributor

int19h commented Jan 30, 2024

When breakpoint with an associated log message is hit, debugpy has a high chance of deadlocking while trying to send the "output" message.

@int19h int19h added the bug Something isn't working label Jan 30, 2024
@int19h int19h self-assigned this Jan 30, 2024
int19h pushed a commit to int19h/debugpy that referenced this issue Feb 1, 2024
int19h pushed a commit to int19h/debugpy that referenced this issue Feb 1, 2024
@jacobdwyer16
Copy link

I am also experiencing the same issue when allowing breaks on raised exceptions.

@int19h
Copy link
Contributor Author

int19h commented Feb 7, 2024

This bug is specifically about debugpy v2, which is a work in progress and has not been released yet. If you're experiencing something similar on published debugpy versions, please file a separate issue describing the exact scenario.

@jacobdwyer16
Copy link

For anyone else who finds this issue at a later date, I opened the ticket here for this issue: microsoft/vscode-python-debugger#205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants