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
We have changed quite some things how threads are handled by the vscode debugger. Pick one language that supports multiple threads (e.g go, c++, mono, php) and verify:
Newly created threads are reflected in the callStack view
Multiple threads can be stopped at the same time and it is possible to inspect their call stack
One thread resuming execution does not affect other stopped threads
The text was updated successfully, but these errors were encountered:
We have changed quite some things how threads are handled by the vscode debugger. Pick one language that supports multiple threads (e.g go, c++, mono, php) and verify:
The text was updated successfully, but these errors were encountered: