aroksetx / iron-node

Debug Node.js code with Google 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

Dependency Status devDependency Status

NPM Downloads Donate

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

I always hate 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 Google Chrome' s Developer Tools.

Installation

npm install iron-node -g;

⚠️

  • You may need administration rights. So use $ sudo npm install iron-node -g;
  • To stop with the debugger at the code line you want you need to place the keyword debugger; in your source code.

Usage

The usage is exactly the same like node. Just use iron-node instead of node.
iron-node PATH_TO_NODE_JS_FILE [--customparm1=foo --customparm2=bar];

Version Details

  • electron: "0.30.0"
  • node: "2.3.1"
  • v8: "4.3.61.21"
  • chrome: "43.0.2357.65"

About

Debug Node.js code with Google Chrome Developer Tools.

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

License:Other


Languages

Language:JavaScript 62.5%Language:CSS 21.3%Language:HTML 16.3%