Popularity
6.0
Stable
Activity
0.0
Stable
2,333
36
78

Code Quality Rank: L4
Programming language: JavaScript
License: GNU General Public License v3.0 or later
Latest version: v3.0.23

ironNode alternatives and similar modules

Based on the "Debugging / Profiling" category.
Alternatively, view ironNode alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ironNode or a related project?

Add another 'Debugging / Profiling' Module

README

[ironNode](logo/logo.png)
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.

This software aims to make things easier :smile:. 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


*Note that all licence references and agreements mentioned in the ironNode README section above are relevant to that project's source code only.