Skip to content

Commit 7938238

Browse files
aymen94BridgeAR
authored andcommitted
doc: add internal documentation
This adds documentation that is meant as internal only. As first entry the `--inspect-brk-node` flag got documented here. PR-URL: #26665 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent b468a1d commit 7938238

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/guides/internal/readme.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
These flags are for Node.js core development usage only. Do not use these flags
2+
in your own applications. These flags are not subjected to semantic versioning
3+
rules. The core developers may remove these flags in any version of Node.js.
4+
5+
# Internal documentation of Node.js
6+
7+
## CLI
8+
9+
### Flags
10+
11+
#### `--inspect-brk-node[=[host:]port]`
12+
13+
<!-- YAML
14+
added: v7.6.0
15+
-->
16+
17+
Activate inspector on `host:port` and break at start of the first internal
18+
JavaScript script executed when the inspector is available.
19+
Default `host:port` is `127.0.0.1:9229`.

0 commit comments

Comments
 (0)