Questions tagged [iron-node]

ironNode is an open source cross platform JavaScript debugger running on Linux, OS X and Windows for Node.js to fix issues efficiently and debug code less painful. ironNode can be used to debug Express.js Applications, Grunt and Gulp Tasks, Mocha testsuites and more.

ironNode works best with Windows, Linux and OS X.

Homepage: https://s-a.github.io/iron-node/
Source code: https://github.com/s-a/iron-node
Documentation: https://github.com/s-a/iron-node#documentation.

Detailed informations about Node.js: https://stackoverflow.com/tags/node.js/info

7 questions
3
votes
1 answer

Heapdump error when running iron-node

I get this error when launching iron-node buster-test run failed: Error: -c/--config: Error loading configuration /Users/r01010010/Projects/Mad/paysite/test/buster.js Cannot find module '../build/Debug/addon' at Function.Module._resolveFilename…
R01010010
  • 5,670
  • 11
  • 47
  • 77
2
votes
1 answer

Using Iron-node on windows 10

I'm having an issue running iron-node on Windows 10. I have it installed on my Mac no problem. However, when I try to use it using gitbash (or bash inside the windows cmd) . I'm able to launch iron-node itself from the command prompt, but not…
Eliezer Wohl
  • 577
  • 1
  • 6
  • 20
2
votes
1 answer

module.js cannot find modules when running iron-node

I am trying to use iron-node (v2.2.17) to debug my mocha unit-tests. The unit-tests run fine when I run this command from my package.json: "test": "cross-env NODE_ENV=test mocha test/.setup.js --reporter progress --compilers js:babel-core/register…
Jack Allan
  • 14,554
  • 11
  • 45
  • 57
2
votes
1 answer

How to use iron-node to debug jest unit tests?

To run my UTs I run the command: BABEL_JEST_STAGE=0 jest How can I use iron-node to debug my unit tests? btw, my package.json has a standard jest configuration: "jest": { "scriptPreprocessor": "/node_modules/babel-jest", …
Gil Birman
  • 35,242
  • 14
  • 75
  • 119
1
vote
1 answer

Flag for watching files with iron-node

The iron-node introduction on github mentions watching files: "I hated attaching processes, watching files..". But I can't for the life of me find any documentation about what flags to use to get iron-node to reload the debug session on file…
ohd
  • 13
  • 3
1
vote
1 answer

Running featherJS with iron-node

I wish to debug a feathersJS project with iron-node, since it's the best debugging tool I found to date. Problem is, I don't know how to run the feathersJS project using iron-node, since the normal way of running it is using npm start. Can anyone…
Nir Gavish
  • 1,034
  • 3
  • 13
  • 28
1
vote
1 answer

Debugging node.js: "iron-node not recognized"

I have node.js working fine on my Win10 machine, and now I'm trying to install iron-node. I've followed the instructions to run npm install iron-node -g; and then iron-node YOURFILE.js but when I do I get: 'iron-node' is not recognized as an…