Revision: 3357
Author: [email protected]
Date: Wed Nov 25 02:11:34 2009
Log: Change 'debugger-auto-break' flag status.

I think we can promote this flag to stable status and enable it by default.

Review URL: http://codereview.chromium.org/441016
http://code.google.com/p/v8/source/detail?r=3357

Modified:
  /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Tue Nov 24 04:23:29 2009
+++ /branches/bleeding_edge/src/flag-definitions.h      Wed Nov 25 02:11:34 2009
@@ -154,9 +154,9 @@
  // debug.cc
  DEFINE_bool(remote_debugging, false, "enable remote debugging")
  DEFINE_bool(trace_debug_json, false, "trace debugging JSON  
request/response")
-DEFINE_bool(debugger_auto_break, false,
+DEFINE_bool(debugger_auto_break, true,
              "automatically set the debug break flag when debugger commands  
are "
-            "in the queue (experimental)")
+            "in the queue")

  // frames.cc
  DEFINE_int(max_stack_trace_source_length, 300,

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to