Skip to content

Commit 042ae4a

Browse files
Delapouitegibfahn
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 9540c80 commit 042ae4a

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
@@ -368,7 +368,7 @@ terminal programs.
368368

369369
It is important to take note of the following:
370370

371-
* `SIGUSR1` is reserved by Node.js to start the debugger. It's possible to
371+
* `SIGUSR1` is reserved by Node.js to start the [debugger][]. It's possible to
372372
install a listener but doing so will _not_ stop the debugger from starting.
373373
* `SIGTERM` and `SIGINT` have default handlers on non-Windows platforms that
374374
resets the terminal mode before exiting with code `128 + signal number`. If
@@ -1860,6 +1860,7 @@ cases:
18601860
[`setTimeout(fn, 0)`]: timers.html#timers_settimeout_callback_delay_args
18611861
[Child Process]: child_process.html
18621862
[Cluster]: cluster.html
1863+
[debugger]: debugger.html
18631864
[Duplex]: stream.html#stream_duplex_and_transform_streams
18641865
[LTS]: https://github.com/nodejs/LTS/
18651866
[note on process I/O]: process.html#process_a_note_on_process_i_o

0 commit comments

Comments
 (0)