Add --start-paused doc (#8233)
* Add --start-paused doc * correcting > Observatory * Updating --start-paused option w/feedback
This commit is contained in:
parent
cd8434d931
commit
9610ff6b8e
@ -101,7 +101,7 @@ Individual tests can also be run directly, e.g. `flutter test lib/my_app_test.da
|
||||
|
||||
Flutter tests use [package:flutter_test](https://github.com/flutter/flutter/tree/master/packages/flutter_test) which provides flutter-specific extensions on top of [package:test](https://pub.dartlang.org/packages/test).
|
||||
|
||||
`flutter test` runs tests inside the flutter shell.
|
||||
`flutter test` runs tests inside the flutter shell. To debug tests in Observatory, use the `--start-paused` option to start the test in a paused state and wait for connection from a debugger. This option lets you set breakpoints before the test runs.
|
||||
|
||||
To run all the tests for the entire Flutter repository, the same way that Travis runs them, run `dart dev/bots/test.dart`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user