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

Unified Diff: src/flag-definitions.h

Issue 2767873002: [inspector] added flag for injected-script-source debugging (Closed)
Patch Set: a 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
« no previous file with comments | « src/api.cc ('k') | test/inspector/debugger/stepping-ignores-injected-script.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 d26d4f8a81ec50b7ccc095da2ef9934af0079642..da231938450460e27c9d526c87a7d810027ad831 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -851,6 +851,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(expose_inspector_scripts, false,
+ "expose injected-script-source.js 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)")
« no previous file with comments | « src/api.cc ('k') | test/inspector/debugger/stepping-ignores-injected-script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698