Skip to content

Commit 7e2fa5a

Browse files
DelapouiteMylesBorins
authored andcommitted
doc: add link to debugger in process.md
PR-URL: #17522 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 8996418 commit 7e2fa5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/process.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ terminal programs.
379379

380380
It is important to take note of the following:
381381

382-
* `SIGUSR1` is reserved by Node.js to start the debugger. It's possible to
382+
* `SIGUSR1` is reserved by Node.js to start the [debugger][]. It's possible to
383383
install a listener but doing so will _not_ stop the debugger from starting.
384384
* `SIGTERM` and `SIGINT` have default handlers on non-Windows platforms that
385385
resets the terminal mode before exiting with code `128 + signal number`. If
@@ -1971,6 +1971,7 @@ cases:
19711971
[`v8.setFlagsFromString()`]: v8.html#v8_v8_setflagsfromstring_flags
19721972
[Child Process]: child_process.html
19731973
[Cluster]: cluster.html
1974+
[debugger]: debugger.html
19741975
[Duplex]: stream.html#stream_duplex_and_transform_streams
19751976
[LTS]: https://github.com/nodejs/LTS/
19761977
[note on process I/O]: process.html#process_a_note_on_process_i_o

0 commit comments

Comments
 (0)