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
I learned how to debug node.js with Eclipse, but how can I automate the following process:
debug
node --debug app.js
I could not find how to do so in Eclipse.
Thanks
If you use the following plug-ins, you'll be able to easily debug Node Application with Eclipse.
Use a snippet or a plugin to consolidate the commands into a single button press and eliminate the tedium.