node.js command-line debugger
WIP. See discussion here and this pull request
$ npm install -g cli-debugger
Should behave exactly the same as built in debugger, but instead of node debug script.js aguments
you do node-debug script.js arguments
Original debugger code taken from node.js source. Original debugger authors - Fedor Indutny, Ryan Dahl and node.js contributors.