Reviewers: Søren Gjesse, Description: Change 'debugger-auto-break' flag status.
I think we can promote this flag to stable status and enable it by default. Please review this at http://codereview.chromium.org/441016 Affected files: M src/flag-definitions.h Index: src/flag-definitions.h diff --git a/src/flag-definitions.h b/src/flag-definitions.h index 8c9bb22dcddaffd52ce1b365eccf37fe978a941b..fd3de20e949830e634f3288fc9018b0ea56fa869 100644 --- a/src/flag-definitions.h +++ b/src/flag-definitions.h @@ -154,9 +154,9 @@ DEFINE_bool(compilation_cache, true, "enable compilation cache") // 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 -~----------~----~----~----~------~----~------~--~---
