D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
share
/
doc
/
alt-nodejs12-nodejs-12.22.9
/
html
/
guides
/
Filename :
internal-api.md
back
Copy
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`.