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: nodejs#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 79a49f1 commit 399bb3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/api/cli.md

Lines changed: 4 additions & 0 deletions
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)