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

Unified Diff: build_overrides/v8.gni

Issue 2450653002: [inspector] enable inspector by default (Closed)
Patch Set: disable debugger after test Created 4 years, 2 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 | « no previous file | src/d8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index 09ea4570b02032ea70061051e880734ef39e2cec..df8320d5d1746df85a411f5a9e76359c2bec0058 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -26,7 +26,7 @@ v8_experimental_extra_library_files =
declare_args() {
# Enable inspector. See include/v8-inspector.h.
- v8_enable_inspector = false
+ v8_enable_inspector = true
}
v8_enable_inspector_override = v8_enable_inspector
« no previous file with comments | « no previous file | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698