Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: runtime/bin/vmservice/client/HACKING.txt

Issue 300883002: Add Proces owner of socket and fix printing of non-network sockets (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/socket_patch.dart ('k') | runtime/bin/vmservice/client/deployed/web/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « runtime/bin/socket_patch.dart ('k') | runtime/bin/vmservice/client/deployed/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698