Chromium Code Reviews| 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; |