There was an error while loading. Please reload this page.
1 parent af73a85 commit 83691adCopy full SHA for 83691ad
lib/internal/debugger/inspect_repl.js
@@ -1122,7 +1122,6 @@ function createRepl(inspector) {
1122
await Profiler.enable();
1123
await Profiler.setSamplingInterval({ interval: 100 });
1124
await Debugger.enable();
1125
- await Debugger.setPauseOnExceptions({ state: 'none' });
1126
await Debugger.setAsyncCallStackDepth({ maxDepth: 0 });
1127
await Debugger.setBlackboxPatterns({ patterns: [] });
1128
await Debugger.setPauseOnExceptions({ state: pauseOnExceptionState });
0 commit comments