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

Unified Diff: src/flag-definitions.h

Issue 2622863003: [debugger] infrastructure for side-effect-free debug-evaluate. (Closed)
Patch Set: Created 3 years, 11 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index f3a3116daed22b5a34b850c8a972be3d912555d9..d45120496d9bcd71ecea7d8b9138ebc048969f16 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -693,6 +693,10 @@ DEFINE_IMPLICATION(trace_array_abuse, trace_external_array_abuse)
// debugger
DEFINE_BOOL(trace_debug_json, false, "trace debugging JSON request/response")
DEFINE_BOOL(enable_liveedit, true, "enable liveedit experimental feature")
+DEFINE_BOOL(readonly_debug_evaluate, false,
+ "use read-only debug-evaluate for testing")
+DEFINE_BOOL(trace_readonly_debug_evaluate, false,
+ "use read-only debug-evaluate for testing")
jgruber 2017/01/10 12:46:37 s/use/trace
Yang 2017/01/10 14:14:06 Done.
DEFINE_BOOL(hard_abort, true, "abort by crashing")
// execution.cc

Powered by Google App Engine
This is Rietveld 408576698