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

Unified Diff: src/flag-definitions.h

Issue 2767873002: [inspector] added flag for injected-script-source debugging (Closed)
Patch Set: Created 3 years, 9 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 61aef468bb262de33ec7aa2f2d4f0751f6eec50f..61bd84287bed554ffe145c1751fbf169df6e2205 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -853,6 +853,10 @@ DEFINE_BOOL(
"print debug messages for side-effect-free debug-evaluate for testing")
DEFINE_BOOL(hard_abort, true, "abort by crashing")
+// inspector
+DEFINE_BOOL(compile_inspector_scripts_as_user, false,
Yang 2017/03/22 11:00:01 Can we call this expose_inspector_scripts instead?
kozy 2017/03/22 17:08:49 Done.
+ "compile injected-script-source.js as user script for debugging")
+
// execution.cc
DEFINE_INT(stack_size, V8_DEFAULT_STACK_SIZE_KB,
"default size of stack region v8 is allowed to use (in kBytes)")

Powered by Google App Engine
This is Rietveld 408576698