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