node-insp
v1.0.1
Published
A tool for debugging node cli applications
Maintainers
Readme
A tool for debugging node cli applications, V8 Inspector will be enabled by passing the --inspect flag automaticaly when starting a Nodejs cli application with insp.
Quick Start
Install
$ npm install -g node-insp
Usage(debuging webpack for exmaple)
$ insp webpack- broswer to
chrome://inspect - open devtools for debugging
