| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8996418 commit 7e2fa5a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -379,7 +379,7 @@ terminal programs. | |||
| 379 | 379 | ||
| 380 | 380 | It is important to take note of the following: | |
| 381 | 381 | ||
| 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 | ||
| 383 | 383 | install a listener but doing so will _not_ stop the debugger from starting. | |
| 384 | 384 | * `SIGTERM` and `SIGINT` have default handlers on non-Windows platforms that | |
| 385 | 385 | resets the terminal mode before exiting with code `128 + signal number`. If | |
@@ -1971,6 +1971,7 @@ cases: | |||
| 1971 | 1971 | [`v8.setFlagsFromString()`]: v8.html#v8_v8_setflagsfromstring_flags | |
| 1972 | 1972 | [Child Process]: child_process.html | |
| 1973 | 1973 | [Cluster]: cluster.html | |
| 1974 | + [debugger]: debugger.html | ||
| 1974 | 1975 | [Duplex]: stream.html#stream_duplex_and_transform_streams | |
| 1975 | 1976 | [LTS]: https://github.com/nodejs/LTS/ | |
| 1976 | 1977 | [note on process I/O]: process.html#process_a_note_on_process_i_o | |
| Back | FazBrowse Home | New Git URL |
0 commit comments