Nodejs CLI Flags
Nodejs CLI Flags
developers.redhat.com | @RHDevelopers
This cheat sheet covers the most popular/used node.js command line ags.
INITIAL PROBLEM INVESTIGATION Activates inspector on host:port and break at start of user script
--inspect[=[host:]port]
--report-on-signal Activates inspector on host:port (default: 127.0.0.1:9229)
Generates node report on signal