We should be more clear when we are paused in the SDK
Open
package:dwds
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 7h 14m
- Merged PRs (30d)
- 2
Description
Run a flutter web app and hit pause. Then give focus to the application. It will pause in the engine. Our call stack will contain `` and we do not indicate which file we are in. When we know the file we display something like `paused at main.dart 21:5`. We should consider displaying `paused in SDK `.
Contributor guide
Research direction
Run a Flutter web app, pause it, and focus the application to reproduce the engine pause with ``. Trace the path that renders the paused status and determine how the current file is obtained; done means the UI identifies the state as paused in the SDK and includes the file when it is known.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100