Skip to content

Commit

Permalink
Replace broken link to observatory with DevTools mention (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Jun 28, 2023
1 parent 2904779 commit 6e675f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,9 +739,9 @@ running with `pub run test`, or by passing them to the `dart` command before the
Tests can be debugged interactively using platforms' built-in development tools.
Tests running on browsers can use those browsers' development consoles to inspect
the document, set breakpoints, and step through code. Those running on the Dart
VM use [the Dart Observatory][observatory]'s .
VM use [Dart DevTools][devtools].

[observatory]: https://dart-lang.github.io/observatory/
[devtools]: https://dart.dev/tools/dart-devtools

The first step when debugging is to pass the `--pause-after-load` flag to the
test runner. This pauses the browser after each test suite has loaded, so that
Expand Down

0 comments on commit 6e675f8

Please sign in to comment.