-
Notifications
You must be signed in to change notification settings - Fork 676
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
Exception experience in VS Code is somwhat confusing #1007
Comments
@weinand is providing a basic dialog that comes up to display the |
@weinand: Ping? |
@DustinCampbell Andre and Isidor are planning to look at this in January. microsoft/vscode#16860 tracks that. |
Awesome! Thanks for the update. Sounds great! |
@gregg-miskelly this feature is not finished yet. Please see microsoft/vscode#22078 |
@weinand ahh. Thanks! |
This will be improved in 1.9, but there are still some changes I would like to see on the C# extension (ex: func-eval'ing the |
Environment data
VS Code version: 1.8.0-insider (Commit be33bcdb2beb2d01c76ec8f830a70feaaa6721f5)
Steps to reproduce
Run the following program under the debugger
Expected behavior
VS Code should somewhat prominently show me the Exception type, if this is an unhandled exception, and the exception message. While in this trivial example these things are obvious from looking at the code, if they exception comes from library code this is often not the case.
Actual behavior
Equivalent scenario with VS:
The text was updated successfully, but these errors were encountered: