Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Surface new Exception DAP in UI #23013

Closed
2 tasks done
michelkaporin opened this issue Mar 22, 2017 · 0 comments
Closed
2 tasks done

Test: Surface new Exception DAP in UI #23013

michelkaporin opened this issue Mar 22, 2017 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@michelkaporin
Copy link
Contributor

michelkaporin commented Mar 22, 2017

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:

  1. Exception widget appears on exception thrown.
  2. Handled and unhandled exceptions produce different error messages ('handled exception has occurred' vs 'unhandled exception has occurred')
  3. Stacktrace is always shown.
  4. 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.
@michelkaporin michelkaporin added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels Mar 22, 2017
@michelkaporin michelkaporin added this to the March 2017 milestone Mar 22, 2017
@isidorn isidorn removed their assignment Mar 28, 2017
@dbaeumer dbaeumer removed their assignment Mar 28, 2017
@isidorn isidorn closed this as completed Mar 28, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

3 participants