-
Notifications
You must be signed in to change notification settings - Fork 1.2k
After upgrade to 1.27.0 multitheaded debugging brakes on "paused on pause" #2498
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
Comments
Please verify if this is a bug, @d3r3kk . |
cc @karthiknadig. FYI - we're yet to verify this issue. |
This is microsoft/ptvsd#777 |
|
Changing the status to P1, as this is something that can be resolved in the next release with a new version of PTVSD. |
As @primes2h said - previous version https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2018.7.1/vspackage works just fine. Just for those who looks for fast solution |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@DonJayamanne tried with 1.27.2 and the fresh dev plugin. There is no more switches to "paused on pause" threads and debugger keep "focus" at proper thread. So debugging experience is back to normal. |
@DonJayamanne @veuncent |
@egorse |
Environment data
Actual behavior
When debugging multi-threaded app, the placing breakpoint in some thread cause break there, but very soon it breaks in different threads, jumps to the place and expand thread's stack which has "Paused on pause" status.
Expected behavior
After stopping at breakpoint stay there - not to switch to others threads nor expand stack on "paused on pause".
Steps to reproduce:
Run under debugger next app with break at
print 'th1'
. Watch break position is jumping to "paused on pause" threads.The text was updated successfully, but these errors were encountered: