debug: toolbar does not update if focused thread no longer exists #133623
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Steps to Reproduce:
Reported in the vscode-go repo: golang/vscode-go#1648
All threads are stopped expected toolbar to be:
Instead got:
This occurs when a stopped event is returned with no threadId AND the previously focused thread no longer exists, then the toolbar is left in the running state with the pause button enabled.
All of the active threads are paused:
But the focused thread is still running, but actually does not exist anymore:
The focused thread should be cleared if the thread no longer exists.
The text was updated successfully, but these errors were encountered: