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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
This looks like it is paused on the wrong thread. VS UI shows the last paused thread instead of the thread that hit break point. We could probably use preserveFocusHint to control that.
if the stop reason is breakpoint or exception then preserveFocusHint should be false, and it should be true for all other cases.
There is a bit more to it. we have to send stopped event if the reason in ['breakpoint', 'exception', 'step'] events, even if we sent a stopped event with reason == 'pause' otherwise VS has no clue which stack to show.
Environment data
Steps to reproduce:
Actual behavior
VS breaks on line 16.
Expected behavior
VS breaks on line 9.
The text was updated successfully, but these errors were encountered: