Display top-level stop reason when StoppedEvent specifies no threadId #124532
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
help wanted
Issues identified as good community contribution opportunities
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
In Go sometimes we do not have a user thread id to specify in the stopped event. But if we issue a stopped event with a missing thread id, vscode will not show our stop reason at all.
{"seq":0,"type":"event","event":"stopped","body":{"reason":"pause","allThreadsStopped":true}}
Instead it would be great if the stop reason was either applied to all threads or even better displayed at the top level in line with CALL STACK like when there is only a single thread.
The text was updated successfully, but these errors were encountered: