-
Notifications
You must be signed in to change notification settings - Fork 67
Stepping in multi-threaded case should continue other threads #1372
Comments
I think it should be straightforward to do this in pydevd... Should the user set this in the launch configuration |
we plan on deprecating As for how the debug adapter should let pydevd know about this setting. I don't think we should overload |
For clarification, deprecation of |
Current behavior: Stepping steps current thread but keeps the other threads paused. This should be optional behavior, enabled via a setting (temporarily). We plan on deprecating this behavior.
Expected Default behavior: Stepping steps in the current thread, and it should continue(resume) other threads. At the end of the steeping action in the current thread all threads are paused. This is the default behavior for C#, and expected and only behavior supported by VS.
Note that Pause, breakpoint, exception, etc should pause all threads.
The text was updated successfully, but these errors were encountered: