iron-node

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

MIT 71 个版本
安装
npm install iron-node
yarn add iron-node
pnpm add iron-node
bun add iron-node
README

ironNode
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

版本列表
3.0.23 2018-09-05
3.0.21 2018-05-11
3.0.20 2017-08-18
3.0.19 2017-06-09
3.0.18 2017-02-19
3.0.17 2017-01-25
3.0.16 2016-11-29
3.0.15 2016-09-30
3.0.14 2016-09-30
3.0.13 2016-09-28
3.0.12 2016-09-27
3.0.11 2016-08-02
3.0.10 2016-07-26
3.0.9 2016-07-21
3.0.8 2016-07-13
3.0.7 2016-06-27
3.0.6 2016-06-14
3.0.5 2016-06-01
3.0.4 2016-05-18
3.0.3 2016-05-16
3.0.2 2016-05-14
3.0.1 2016-05-13
2.2.17 2016-04-07
2.2.16 2016-03-25
2.2.15 2016-02-18
2.1.14 2016-01-30
2.1.13 2016-01-27
2.1.12 2016-01-27
2.1.11 2016-01-25
2.1.10 2016-01-24
2.1.9 2016-01-23
2.1.8 2016-01-16
2.1.7 2016-01-11
2.1.6 2016-01-10
2.1.5 2016-01-09
2.1.4 2016-01-05
2.0.3 2015-12-24
2.0.2 2015-12-12
2.0.1 2015-12-12
1.5.32 2015-08-19
1.5.31 2015-08-18
1.5.30 2015-08-13
1.5.29 2015-08-11
1.5.28 2015-08-10
1.5.27 2015-08-09
1.5.26 2015-08-09
1.5.24 2015-08-07
1.5.23 2015-08-04
1.5.22 2015-08-03
1.5.21 2015-08-03
1.5.20 2015-08-03
1.4.18 2015-08-01
1.3.17 2015-07-31
1.2.16 2015-07-30
1.2.15 2015-07-29
1.2.14 2015-07-27
1.2.13 2015-07-26
1.2.12 2015-07-24
1.2.11 2015-07-23
1.1.10 2015-07-22
1.1.9 2015-07-22
1.1.8 2015-07-22
1.1.7 2015-07-20
1.0.6 2015-07-20
1.0.5 2015-07-19
1.0.4 2015-07-19
1.0.3 2015-07-18
1.0.2 2015-07-18
1.0.1 2015-07-17
0.0.1 2015-07-17
0.0.0 2015-07-17