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

Unified Diff: test/debugger/test-api.js

Issue 2746053006: NOT FOR COMMIT: test that interceptors work with the inspector.
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
« no previous file with comments | « test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/test-api.js
diff --git a/test/debugger/test-api.js b/test/debugger/test-api.js
index c4533dee8503f4833141b07c449cf5fcd876c067..d7319980b480c8f794c9d45bb37943d15788b147 100644
--- a/test/debugger/test-api.js
+++ b/test/debugger/test-api.js
@@ -5,7 +5,7 @@
"use strict";
// If true, prints all messages sent and received by inspector.
-const printProtocolMessages = false;
+const printProtocolMessages = true;
// The active wrapper instance.
let activeWrapper = undefined;
« no previous file with comments | « test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698