| Index: runtime/bin/vmservice/client/HACKING.txt
|
| diff --git a/runtime/bin/vmservice/client/HACKING.txt b/runtime/bin/vmservice/client/HACKING.txt
|
| index d65c85f21d34476839aebc411245233719e2535d..6eee45edbc08c572e90de4b722477b439455ba7e 100644
|
| --- a/runtime/bin/vmservice/client/HACKING.txt
|
| +++ b/runtime/bin/vmservice/client/HACKING.txt
|
| @@ -10,7 +10,7 @@ feature follow the steps:
|
|
|
| 1. Open runtime/bin/vmservice/client in the Dart Editor
|
| 2. Run pub upgrade
|
| -3. Run dart --enable-vm-service --pause-isolates-on-exit script.dart
|
| +3. Run dart --observe script.dart
|
| 4. Run index.html in Dartium
|
|
|
| At this point you should see the initial Observatory UI and that
|
| @@ -24,7 +24,7 @@ for review. Upload your change and get an LGTM.
|
|
|
| At this point you should rebuild your VM and:
|
|
|
| -7. Launch dart --enable-vm-service --pause-isolates-on-exit script.dart
|
| +7. Launch dart --observe script.dart
|
|
|
| In a non-Dart enabled browser navigate to localhost:8181 and ensure
|
| that your feature works after being compiled to JavaScript.
|
|
|