Skip to content

Commit 67219ab

Browse files
dreuselavivkellermikeesto
authored
docs: Mention --disable-sigusr1 in getting started guide (#7857)
* Mention --disable-sigusr1 Signed-off-by: Daniel <16339876+dreusel@users.noreply.github.com> * Update apps/site/pages/en/learn/getting-started/debugging.md Co-authored-by: Aviv Keller <me@aviv.sh> Signed-off-by: Daniel <16339876+dreusel@users.noreply.github.com> * fix formatting --------- Signed-off-by: Daniel <16339876+dreusel@users.noreply.github.com> Co-authored-by: Aviv Keller <me@aviv.sh> Co-authored-by: Michael Esteban <mickel13@gmail.com>
1 parent 8785c39 commit 67219ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/site/pages/en/learn/getting-started/debugging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ The following table lists the impact of various runtime flags on debugging:
129129
| --inspect-brk=[host:port] | Enable inspector agent; Bind to address or hostname host (default: 127.0.0.1); Listen on port port (default: 9229); Break before user code starts |
130130
| --inspect-wait | Enable inspector agent; Listen on default address and port (127.0.0.1:9229); Wait for debugger to be attached. |
131131
| --inspect-wait=[host:port] | Enable inspector agent; Bind to address or hostname host (default: 127.0.0.1); Listen on port port (default: 9229); Wait for debugger to be attached. |
132+
| --disable-sigusr1 | Disable the ability of starting a debugging session by sending a SIGUSR1 signal to the process. |
132133
| node inspect script.js | Spawn child process to run user's script under --inspect flag; and use main process to run CLI debugger. |
133134
| node inspect --port=xxxx script.js | Spawn child process to run user's script under --inspect flag; and use main process to run CLI debugger. Listen on port port (default: 9229) |
134135

0 commit comments

Comments
 (0)