@@ -573,6 +573,17 @@ Disable the `Object.prototype.__proto__` property. If `mode` is `delete`, the
573573property is removed entirely. If ` mode ` is ` throw ` , accesses to the
574574property throw an exception with the code ` ERR_PROTO_ACCESS ` .
575575
576+ ### ` --disable-sigusr1 `
577+
578+ <!-- YAML
579+ added: REPLACEME
580+ -->
581+
582+ > Stability: 1.2 - Release candidate
583+
584+ Disable the ability of starting a debugging session by sending a
585+ ` SIGUSR1 ` signal to the process.
586+
576587### ` --disable-warning=code-or-type `
577588
578589> Stability: 1.1 - Active development
@@ -1471,6 +1482,7 @@ added: v7.6.0
14711482
14721483Set the ` host:port ` to be used when the inspector is activated.
14731484Useful when activating the inspector by sending the ` SIGUSR1 ` signal.
1485+ Except when [ ` --disable-sigusr1 ` ] [ ] is passed.
14741486
14751487Default host is ` 127.0.0.1 ` . If port ` 0 ` is specified,
14761488a random available port will be used.
@@ -3082,6 +3094,7 @@ one is included in the list below.
30823094* ` --conditions ` , ` -C `
30833095* ` --diagnostic-dir `
30843096* ` --disable-proto `
3097+ * ` --disable-sigusr1 `
30853098* ` --disable-warning `
30863099* ` --disable-wasm-trap-handler `
30873100* ` --dns-result-order `
@@ -3660,6 +3673,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
36603673[ `--build-snapshot` ] : #--build-snapshot
36613674[ `--cpu-prof-dir` ] : #--cpu-prof-dir
36623675[ `--diagnostic-dir` ] : #--diagnostic-dirdirectory
3676+ [ `--disable-sigusr1` ] : #--disable-sigusr1
36633677[ `--env-file-if-exists` ] : #--env-file-if-existsconfig
36643678[ `--env-file` ] : #--env-fileconfig
36653679[ `--experimental-addon-modules` ] : #--experimental-addon-modules
0 commit comments