mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 23:43:09 +01:00
bf7409e974
* Updated cpp style guide file name and location and fixed links to this file. * Updated collaborator guide file name and location and fixed links to this file. * Updated documentation style guide file name and location and updated links referencing the file. * Moved files to appropriate location and updated naming style for some of them. Fixes: https://github.com/nodejs/node/issues/31741 PR-URL: https://github.com/nodejs/node/pull/31792 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
20 lines
539 B
Markdown
20 lines
539 B
Markdown
These flags are for Node.js core development usage only. Do not use these flags
|
|
in your own applications. These flags are not subjected to semantic versioning
|
|
rules. The core developers may remove these flags in any version of Node.js.
|
|
|
|
# Internal documentation of Node.js
|
|
|
|
## CLI
|
|
|
|
### Flags
|
|
|
|
#### `--inspect-brk-node[=[host:]port]`
|
|
|
|
<!-- YAML
|
|
added: v7.6.0
|
|
-->
|
|
|
|
Activate inspector on `host:port` and break at start of the first internal
|
|
JavaScript script executed when the inspector is available.
|
|
Default `host:port` is `127.0.0.1:9229`.
|