You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting expect_step_exception should be thread-specific, because the step command modifies the context of a particular thread, and expects that thread to trap after running the instruction. Setting expect_step_exception to true and then ignoring an exception from a different thread is a debugger bug, unless I'm missing something.
The text was updated successfully, but these errors were encountered:
Setting
expect_step_exception
should be thread-specific, because the step command modifies the context of a particular thread, and expects that thread to trap after running the instruction. Settingexpect_step_exception
to true and then ignoring an exception from a different thread is a debugger bug, unless I'm missing something.The text was updated successfully, but these errors were encountered: