-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in flutterRelates to running Flutter appsRelates to running Flutter appsin testingRelates to test execution of Dart/Flutter tests for end usersRelates to test execution of Dart/Flutter tests for end usersis enhancement
Milestone
Description
At the moment I can run widget tests on a device by running flutter run --target=test/widget_test.dart. But it would be awesome if I actually could debug this widget test while running on the device. So that I am able to stop with breakpoints. At the moment, all those tests are just running through and you have a hard time to follow, what happens on the device screen.
It would be even more awesome if a code lens would appear above every widget test, which starts debugging the widget test on the device.
Something like:
Run | Debug | Debug on device
Is something like this possible? Any thoughts on this feature?
Metadata
Metadata
Assignees
Labels
in flutterRelates to running Flutter appsRelates to running Flutter appsin testingRelates to test execution of Dart/Flutter tests for end usersRelates to test execution of Dart/Flutter tests for end usersis enhancement