Powerful JavaScript debugging for Node.js to fix issues efficiently and debug code less painful. Easy, fast and stable. Try the new taste on Linux, OS X and Windows.
ironNode works best with Windows, Linux and OS X. Read supported-platforms.md for more details.
$ npm install -g iron-node
The usage is the same as the node
command. Place the keyword debugger;
anywhere into your code and use iron-node
instead of node
. To run a debug session with the given JavaScript file type...
iron-node PATH_TO_YOUR_JAVASCRIPT_FILE [--customparm1=foo --customparm2=bar];