Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFigure out which exceptions we can safely ignore (uwp) #24647
Closed
Comments
|
So far the defaults appear to be working out ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are the default exceptions that VS will break on if they are thrown:
Selecting all the exceptions shows that we have some other exceptions occurring that we ignore. For example, breaking on all the exceptions makes it impossible to start Servo on the device.
Maybe the default configuration is enough. Maybe we should run Servo in strict mode (break on all exceptions).