Skip to content

Make diagnostics server not swallow exception on debug builds#38297

Merged
sywhang merged 2 commits intodotnet:masterfrom
sywhang:dev/suwhang/diagnosticserver-swallows-exception
Jun 25, 2020
Merged

Make diagnostics server not swallow exception on debug builds#38297
sywhang merged 2 commits intodotnet:masterfrom
sywhang:dev/suwhang/diagnosticserver-swallows-exception

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