Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 042ae4a

Browse filesBrowse files
Delapouitegibfahn
authored andcommitted
doc: add link to debugger in process.md
PR-URL: #17522 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 9540c80 commit 042ae4a
Copy full SHA for 042ae4a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.