Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,10 +628,12 @@ property throw an exception with the code `ERR_PROTO_ACCESS`.
added:
- v23.7.0
- v22.14.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/59707
description: The option is no longer experimental.
-->

> Stability: 1.2 - Release candidate

Disable the ability of starting a debugging session by sending a
`SIGUSR1` signal to the process.

Expand Down
Loading