0.0.2 • Published 10 years ago

cli-debugger v0.0.2

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

node-cli-debugger

node.js command-line debugger

WIP. See discussion here and this pull request

Install

$ npm install -g cli-debugger

Usage:

Should behave exactly the same as built in debugger, but instead of node debug script.js aguments you do node-debug script.js arguments

Credits

Original debugger code taken from node.js source. Original debugger authors - Fedor Indutny, Ryan Dahl and node.js contributors.

Links