Skip to content

Option to break on handled exceptions in Flutter framework #462

Closed
@mit-mit

Description

@mit-mit

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions