| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6e22d5bbc2bd4521ffbca6b116025888c97a8255..a6a3b22670ad530d4d67875ef4a4a893b8b3cc0f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -163,6 +163,7 @@ DEFINE_bool(trace_debug_json, false, "trace debugging JSON request/response")
|
| DEFINE_bool(debugger_auto_break, true,
|
| "automatically set the debug break flag when debugger commands are "
|
| "in the queue")
|
| +DEFINE_bool(enable_liveedit, true, "enable liveedit experimental feature")
|
|
|
| // frames.cc
|
| DEFINE_int(max_stack_trace_source_length, 300,
|
|
|