We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e38506 commit 1eac0a1Copy full SHA for 1eac0a1
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