Is there no-longer a way to place/remove breakpoints in the devtool?
Open
bug
fix it friday
P2
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
Hello!
Earlier today I was trying to benchmark some code, and used `flutter run --start-paused --profile`.
All is well and the app is indeed starting paused... But I couldn't find a way to resume the application.
I only saw the following tabs:
And after searching for a while, I don't think any of them enables to resume the application.
I ultimately found a workaround, which is to also connect the app to VScode using "attach to Dart process" and pasting the vm-service URI there. But this feels like a redundant extra step.
Did I miss something maybe? I swear we could do this before 😛
Contributor guide
Assessment
This issue has not been assessed yet.