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

Unified Diff: bin/main.cc

Issue 11094027: Add more options to the help message in verbose mode. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 2 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: bin/main.cc
===================================================================
--- bin/main.cc (revision 13423)
+++ bin/main.cc (working copy)
@@ -532,6 +532,18 @@
"--package-root=<path>\n"
" Where to find packages, that is, \"package:...\" imports.\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"
+"--use_script_snapshot=<file_name>\n"
+" executes Dart script present in the specified snapshot file\n"
+"\n"
"The following options are only used for VM development and may\n"
"be changed in any future version:\n");
const char* print_flags = "--print_flags";
« 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