mcanthony / iron-node

Debug Node.js code with Chrome Developer Tools.

Home Page:http://s-a.github.io/iron-node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ironNode

NPM Version Build Status Codacy Badge Dependency Status devDependency Status NPM Downloads Massachusetts Institute of Technology (MIT) Donate

Debug Node.js code with Chrome Developer Tools on Linux, Windows and OS X.

I always hated attaching processes, watching files, restart processes and so on to debug Node.js code. For this reason I wrote this software to make those things easier. With ironNode you have the full power of JavaScript debugging within Chrome Developer Tools.

Installation

npm install iron-node -g;

Usage

The usage is exactly the same like node. Just use iron-node instead of node.
Start a debug session with the given JavaScript file.

iron-node PATH_TO_NODE_JS_FILE [--customparm1=foo --customparm2=bar];

About

Debug Node.js code with Chrome Developer Tools.

http://s-a.github.io/iron-node/

License:Other


Languages

Language:JavaScript 75.8%Language:CSS 13.5%Language:HTML 10.7%