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

Unified Diff: runtime/bin/main.cc

Issue 1256263010: Add --observe to standalone embedder's help message. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 8ce10b4d83ad2984ffa90dbff5af9504a2ba277e..5c36f41abee04c0ac518f95a8328b615e666fe24 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -767,6 +767,10 @@ static void PrintUsage() {
" Where to find packages, that is, \"package:...\" imports.\n"
"--packages=<path>\n"
" Where to find a package spec file.\n"
+"--observe[=<port>[/<bind-address>]]\n"
+" Enable the VM service and cause isolates to pause on exit (default port is\n"
+" 8181, default bind address is 127.0.0.1). With the default options,\n"
+" Observatory will be available locally at http://127.0.0.1:8181/\n"
"--version\n"
" Print the VM version.\n");
} else {
@@ -779,6 +783,12 @@ static void PrintUsage() {
" all VM options).\n"
"--package-root=<path> or -p<path>\n"
" Where to find packages, that is, \"package:...\" imports.\n"
+"--packages=<path>\n"
+" Where to find a package spec file.\n"
+"--observe[=<port>[/<bind-address>]]\n"
+" Enable the VM service and cause isolates to pause on exit (default port is\n"
+" 8181, default bind address is 127.0.0.1). With the default options,\n"
+" Observatory will be available locally at http://127.0.0.1:8181/\n"
"--version\n"
" Print the VM version.\n"
"\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698