Show StoppedEvent.text in the UI #3101
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
verified
Verification succeeded
Milestone
The StoppedEvent defines a text attribute that can include the exception message if type is "exception", and I use this in my adapter:
Howevery, VS Code currently ignores this.
I would expect it to show something like
but it doesn't use the text at all. It is therefor not possible for my debug adapter to show the exception message to the user without creating a virtual scope "Exception" like the Node debugger does.
The text was updated successfully, but these errors were encountered: