Closed
Description
From @sethladd on January 29, 2016 18:29
From @sethladd on January 12, 2016 17:5
Was: dart-atom/dart#630
Flutter handles most (all?) exceptions thrown from user code. This is usually pretty great, except when I'm debugging. I want my app to stop at the point of the exception, so I can work on fixing it.
Normally, the editor can break on unhandled exceptions. But for handled exceptions, we might need to do something "Flutter aware".
Copied from original issue: dart-atom/atom-flutter#31
Copied from original issue: flutter/flutter#1476