shanedell opened a new pull request, #666:
URL: https://github.com/apache/daffodil-vscode/pull/666

   Remove blocking dialogs for debugger errors
   
   - When some errors happen in the debugger they would cause a large blocking 
dialog in the extension.
     - This didn't looks good and didn't allow you to quickly fix issues.
   - The errors now show in the terminal and small message in the bottom right 
corner.
     - The message will state the debugger crashed with some information as to 
why. Then states to look at debugger output for more information.
   - Created a new case class for error events to relay back to the extension.
   - Update extension to catch error events relayed from the debugger.
   - Create class for handling debugEvents so we don't have too many places 
changing onDidReceiveDebugSessionCustomEvent, on when absolutely necessary like 
in the hexview.
   
   Closes #649


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to