diff --git a/lib/internal/debugger/inspect_probe.js b/lib/internal/debugger/inspect_probe.js index fc9f3056f52341..551eb9c4c7aefc 100644 --- a/lib/internal/debugger/inspect_probe.js +++ b/lib/internal/debugger/inspect_probe.js @@ -944,6 +944,7 @@ class ProbeInspectorSession { try { await this.callCdp('Runtime.enable'); await this.callCdp('Debugger.enable'); + await this.callCdp('Debugger.setPauseOnExceptions', { state: 'none' }); await this.bindBreakpoints(); this.started = true; this.startTimeout();