-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Listening to SIGUSR1 blocks debugger #19619
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol
I am not sure which is the correct behavior for an intercepted
SIGUSR1, the documentation or the a test case. Can the code and/or documentation please be fixed?process documentation says:
But a quick test shows that the debugger is not started.
Code:
If you send a
SIGUSR1onlyGot SIGUSR1is printed. The typicalDebugger listening on ws://127.0.0.1:9229/66fb119d-2443-4bdf-80b1-6386995ba253is not printed. You can also verify that the debugger didn't start with withnetstat -ap.