node-debug

OBSOLETE - functionality now built in to node-inspector

Downloads
750
Stars
14
Committers
2

This project is obsolete: node-inspector 0.7 has a built in node-debug command:

$ npm install -g node-inspector
$ node-debug path/to/your/script.js

Result: a Web Inspector debugger is open in your browser of choice, stopped at the first line of the script.