Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/iron-node
Debug Node.js code with Chrome Developer Tools.
https://github.com/s-a/iron-node
Last synced: 6 days ago
JSON representation
Debug Node.js code with Chrome Developer Tools.
- Host: GitHub
- URL: https://github.com/s-a/iron-node
- Owner: s-a
- License: other
- Created: 2015-07-17T06:30:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T14:48:49.000Z (about 2 years ago)
- Last Synced: 2024-05-15T14:29:58.928Z (8 months ago)
- Language: JavaScript
- Homepage: http://s-a.github.io/iron-node/
- Size: 8.02 MB
- Stars: 2,333
- Watchers: 35
- Forks: 62
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-nodejs-cn - ironNode - 支持 ES2015 的 Node.js 开箱即用的调试器 (包 / 调试 / 分析)
- awesome-nodejs - ironNode - Node.js debugger supporting ES2015 out of the box. ![](https://img.shields.io/github/stars/s-a/iron-node.svg?style=social&label=Star) (Repository / Debugging)
- awesome-github-star - iron-node - a | 2337 | (JavaScript)
- awesome-node - ironNode - Node.js debugger supporting ES2015 out of the box. (Packages / Debugging / Profiling)
- awesome-nodejs - iron-node - Debug Node.js code with Chrome Developer Tools. - ★ 2371 (Debugging / Profiling)
- awesome-nodejs-cn - ironNode - 支持ES2015的Node.js开箱即用的调试器. (目录 / 调试/分析)
README
[![ironNode](logo/logo.png)](http://s-a.github.io/iron-node/)
[![NPM Version](http://img.shields.io/npm/v/iron-node.svg)](https://www.npmjs.org/package/iron-node)
[![Build Status](https://travis-ci.org/s-a/iron-node.svg)](https://travis-ci.org/s-a/iron-node)
[![Codacy Badge](https://www.codacy.com/project/badge/9abe33d152db40bfa5833f2388b32646)](https://www.codacy.com/app/stephanahlf/iron-node)
[![Dependency Status](https://david-dm.org/s-a/iron-node.svg)](https://david-dm.org/s-a/iron-node)
[![devDependency Status](https://david-dm.org/s-a/iron-node/dev-status.svg)](https://david-dm.org/s-a/iron-node#info=devDependencies)
[![NPM Downloads](https://img.shields.io/npm/dm/iron-node.svg)](https://www.npmjs.org/package/iron-node)
[![Massachusetts Institute of Technology (MIT)](https://s-a.github.io/license/img/mit.svg)](/LICENSE.md#mit)
[![Donate](http://s-a.github.io/donate/donate.svg)](http://s-a.github.io/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](https://github.com/s-a/iron-node) you have the full power of [JavaScript debugging](https://developer.chrome.com/devtools/docs/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.
```bash
iron-node PATH_TO_NODE_JS_FILE [--customparm1=foo --customparm2=bar];
```## Demo
![Version details](/docs/iron-node-demo.gif)## [More screenshots and demos](http://s-a.github.io/iron-node/)
## [Documentation](/docs/)
- [Features](/docs/FEATURES.md)
- [How to hide the Markdown information Window?](https://github.com/s-a/iron-node/blob/10ecde9d6c5c96f383998e7c4a895f8e70b231b1/.iron-node.js#L10-L11)
- [Master the break-points](/docs/MASTER-THE-BREAKPOINTS.md)
- [How to profile? - Optimize JavaScript execution and discover memory leaks.](/docs/PROFILE.md)
- [Change electron module version](/docs//CHANGE-ELECTRON-VERSION.md). See #103
- [Local and global configuration](/docs/CONFIGURATION.md)
- [How to use native modules?](/docs/NATIVE-MODULES.md)
- [Packages aka addons or plugins](/docs/PACKAGES.md) -> [Package-Channel](https://www.npmjs.com/browse/keyword/iron-node)
- [Version details](/docs/VERSION-DETAILS.md)
- [How to debug Grunt, Gulp, Mocha or other commandline app tasks based on Node.js?](/docs/DEBUG-NODEJS-COMMANDLINE-APPS.md)
- [Supported platforms](/docs/supported-platforms.md)
- [How to debug Meteor apps?](/docs/METEOR.md)## Support
- https://stackoverflow.com/questions/tagged/iron-node## [Contributing](/CONTRIBUTING.md)
## [License](/LICENSE.md)