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
Debug adapter protocol introduced new request for retrieving exception information about a thrown exception that is now surfaced in exception widget (Peek UI).
Currently only node-debug ('legacy' and 'inspector') and chrome-debug support this request.
Verify:
Exception widget appears on exception thrown.
Handled and unhandled exceptions produce different error messages ('handled exception has occurred' vs 'unhandled exception has occurred')
Stacktrace is always shown.
For debug adapters that do not support the new protocol request the VS Code debugger UI falls back to the previous behaviour: same peek UI but no stacktrace and no 'handled' or 'unhandled' information.
The text was updated successfully, but these errors were encountered:
Test for #22078:
Complexity: 1
Debug adapter protocol introduced new request for retrieving exception information about a thrown exception that is now surfaced in exception widget (Peek UI).
Currently only node-debug ('legacy' and 'inspector') and chrome-debug support this request.
Verify:
The text was updated successfully, but these errors were encountered: