2

I learned how to debug node.js with Eclipse, but how can I automate the following process:

  • I press debug
  • It runs the comand node --debug app.js

I could not find how to do so in Eclipse.

Thanks

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
elranu
  • 2,292
  • 6
  • 31
  • 55

2 Answers2

1

If you use the following plug-ins, you'll be able to easily debug Node Application with Eclipse.

http://www.tomotaro1065.com/nodeclipse/

0

Use a snippet or a plugin to consolidate the commands into a single button press and eliminate the tedium.

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265