-
Notifications
You must be signed in to change notification settings - Fork 147
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
Comments
I am also experiencing the same issue when allowing breaks on raised exceptions. |
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. |
For anyone else who finds this issue at a later date, I opened the ticket here for this issue: microsoft/vscode-python-debugger#205 |
When breakpoint with an associated log message is hit, debugpy has a high chance of deadlocking while trying to send the "output" message.
The text was updated successfully, but these errors were encountered: