Skip to content

Commit 399bb3c

Browse files
committed
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 <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ouyang Yadong <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 79a49f1 commit 399bb3c

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
@@ -539,6 +539,10 @@ added: v0.1.32
539539

540540
`','`-separated list of core modules that should print debug information.
541541

542+
### `NODE_DEBUG_NATIVE=module[,…]`
543+
544+
`','`-separated list of core C++ modules that should print debug information.
545+
542546
### `NODE_DISABLE_COLORS=1`
543547
<!-- YAML
544548
added: v0.3.0

0 commit comments

Comments
 (0)