Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.35 KB

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

Bitdeli Badge