Skip to content

Commit 91494bf

Browse files
cjihrigrvagg
authored andcommitted
doc: add NODE_DEBUG_NATIVE to API docs
This commit adds the missing environment variable NODE_DEBUG_NATIVE to the CLI API docs. PR-URL: #24383 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 6e4a120 commit 91494bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/cli.md

+4
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,10 @@ added: v0.1.32
523523

524524
`','`-separated list of core modules that should print debug information.
525525

526+
### `NODE_DEBUG_NATIVE=module[,…]`
527+
528+
`','`-separated list of core C++ modules that should print debug information.
529+
526530
### `NODE_DISABLE_COLORS=1`
527531
<!-- YAML
528532
added: v0.3.0

0 commit comments

Comments
 (0)