ironNode alternatives and similar modules
Based on the "Debugging / Profiling" category.
Alternatively, view ironNode alternatives based on common mentions on social networks and blogs.
-
node-inspector
Node.js debugger based on Blink Developer Tools -
debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers -
ndb
ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools -
why-is-node-running
Node is running but you don't know why? why-is-node-running is here to help you. -
llnode
An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps. -
swagger-stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices. -
longjohn
Long stack traces for node.js inspired by https://github.com/tlrobinson/long-stack-traces -
jstrace
Dynamic tracing for javascript, in javascript (similar dtrace, ktap etc) -
thetool
thetool is a CLI tool to capture different cpu, memory and other profiles for your node app in Chrome DevTools friendly format -
NiM
Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools. -
ctrace
Well-formatted and improved trace system calls and signals (when the debugger does not help)
Appwrite - The open-source backend cloud platform
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ironNode or a related project?
Popular Comparisons
README
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
More screenshots and demos
Documentation
- Features
- How to hide the Markdown information Window?
- Master the break-points
- How to profile? - Optimize JavaScript execution and discover memory leaks.
- Change electron module version. See #103
- Local and global configuration
- How to use native modules?
- Packages aka addons or plugins -> Package-Channel
- Version details
- How to debug Grunt, Gulp, Mocha or other commandline app tasks based on Node.js?
- Supported platforms
- How to debug Meteor apps?
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.