Closed
Description
From @Hixie on May 13, 2016 17:33
The framework tries to catch most exceptions and report them in detail. However, by breaking on all exceptions, Atom is stealing the framework's thunder! :-)
We probably need to coordinate better. There's some exceptions where the handler is able to give really detailed helpful messages, and there's others where it's just "uh, something bad happened".
cc @devoncarew
Copied from original issue: flutter/flutter#3899