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

Unified Diff: src/flag-definitions.h

Issue 1513183003: [debugger] debug-evaluate should not not modify local values. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@arrowthis
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 | « src/debug/debug-evaluate.cc ('k') | test/mjsunit/debug-evaluate-closure.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index b6312b3e763b44a4c774fd0cca0767dff2e5afaa..f8bb97ffbc9b74543acd4f589447b8e4fd3cb3ad 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -552,6 +552,10 @@ DEFINE_BOOL(builtins_in_stack_traces, false,
"show built-in functions in stack traces")
DEFINE_BOOL(disable_native_files, false, "disable builtin natives files")
+// debugger
+DEFINE_BOOL(debug_eval_readonly_locals, true,
Michael Starzinger 2015/12/14 12:11:23 nit/suggestion: There already is a section for "de
+ "do not update locals after debug-evaluate")
+
// builtins-ia32.cc
DEFINE_BOOL(inline_new, true, "use fast inline allocation")
« no previous file with comments | « src/debug/debug-evaluate.cc ('k') | test/mjsunit/debug-evaluate-closure.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698