-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Purpose of double Debugger.setPauseOnExceptions #41795
Copy link
Copy link
Closed
Labels
debuggerIssues and PRs related to the Node.js command-line debugger.Issues and PRs related to the Node.js command-line debugger.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
Activity
Metadata
Metadata
Assignees
Labels
debuggerIssues and PRs related to the Node.js command-line debugger.Issues and PRs related to the Node.js command-line debugger.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Hi
During the init phase: https://github.com/nodejs/node-inspect/blob/master/lib/internal/inspect_repl.js#L1041
What's the purpose of doing
Debugger.setPauseOnExceptionstwice?