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

Unified Diff: runtime/bin/main.cc

Issue 1505253003: Update standalone help message for removed legacy debugger protocol options. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 29485e200f17fc90e125686a6fc50b6b3d95d291..f8ef12f0fc5fb1b1bcb469e9aa8ce66bc4119806 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -882,15 +882,6 @@ static void PrintUsage() {
"--version\n"
" Print the VM version.\n"
"\n"
-"--debug[:<port number>]\n"
-" enables debugging and listens on specified port for debugger connections\n"
-" (default port number is 5858)\n"
-"\n"
-"--break-at=<location>\n"
-" sets a breakpoint at specified location where <location> is one of :\n"
-" url:<line_num> e.g. test.dart:10\n"
-" [<class_name>.]<function_name> e.g. B.foo\n"
-"\n"
"--snapshot=<file_name>\n"
" loads Dart script and generates a snapshot in the specified file\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