flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 326 forks source link

DevTools handle --start-paused in profile mode #2092

Open terrylucas opened 4 years ago

terrylucas commented 4 years ago

flutter run --start-paused

Attaching to a running flutter app started with '--start-paused'. There is no way to resume the app because the debugger isn't available.

Add a dialog, if this happens, that says resume paused application.

devoncarew commented 4 years ago

We may be able to combine this with the work to show the paused state on non-debugger pages. For that I was think of a small, in-line dialog or UI element that would have a resume button (and potentially one or two other actions?).