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

Make diagnostics server not swallow exception on debug builds #38297

Merged

Conversation

sywhang
Copy link
Contributor

@sywhang sywhang commented Jun 23, 2020

Diagnostics server is swallowing all exceptions and simply printing an asserte message. This doesn't really help root-cause the issue when we hit issues in dev loop. This change ifdefs out the catch-all exception handler for debug builds.

@sywhang sywhang merged commit 910b7fa into dotnet:master Jun 25, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants