0.1.6 • Published 12 years ago
nodebug v0.1.6
nodebug
This is a command-line utility that simplifies the process of debugging node scripts using node-inspector.
Installation
npm install -g nodebugUsage
To debug a typical script:
nodebug "lib\module.js"To debug unit tests:
nodebug "node_modules\nodeunit\bin\nodeunit" "test\module.js"What it does
- Starts node-inspector
- Executes the specified script with the node debugger attached
- Launches the debugging interface in Chrome