| Index: runtime/bin/vmservice/client/HACKING.txt
|
| diff --git a/runtime/bin/vmservice/client/HACKING.txt b/runtime/bin/vmservice/client/HACKING.txt
|
| index 6eee45edbc08c572e90de4b722477b439455ba7e..7b2689119265afe467428ac6454aac626e9a6683 100644
|
| --- a/runtime/bin/vmservice/client/HACKING.txt
|
| +++ b/runtime/bin/vmservice/client/HACKING.txt
|
| @@ -22,6 +22,10 @@ for review. Upload your change and get an LGTM.
|
| 5. Run pub build
|
| 6. Run ./deploy.sh
|
|
|
| +Note: If you run pub from within the editor you need to make sure that it runs
|
| +in release mode (--mode=release), i.e., output is minified and does not include
|
| +any .dart source files.
|
| +
|
| At this point you should rebuild your VM and:
|
|
|
| 7. Launch dart --observe script.dart
|
|
|