bazjapan / 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

THE END

the-end
**I've decided to stop working on iron-node. There's been a small community of contributors that have made iron-node great and encouraged me to keep going. Thank you! I 've learned a lot while resolving feature requests and bugs. **
Why? At the end of 2016 a lot of solutions for debugging appeared at the sky of JavaScript.
If anyone wants to take over iron-node then please get in touch!

Useful alternatives

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

This software aims to make 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 the same as node. Use iron-node instead of node.
Keep in mind to place the keyword debugger; to a place where you want to stop. Run a debug session with the given JavaScript file.

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

Demo

Version details

More screenshots and demos

Documentation

Support

Contributing

License

About

Debug Node.js code with Chrome Developer Tools.

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

License:Other


Languages

Language:JavaScript 83.4%Language:CSS 9.0%Language:HTML 7.6%