Skip to content

Commit 6e675f8

Browse files
authored
Replace broken link to observatory with DevTools mention (#2047)
1 parent 2904779 commit 6e675f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,9 +739,9 @@ running with `pub run test`, or by passing them to the `dart` command before the
739739
Tests can be debugged interactively using platforms' built-in development tools.
740740
Tests running on browsers can use those browsers' development consoles to inspect
741741
the document, set breakpoints, and step through code. Those running on the Dart
742-
VM use [the Dart Observatory][observatory]'s .
742+
VM use [Dart DevTools][devtools].
743743

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

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

0 commit comments

Comments
 (0)