Node Inspector is a debugger interface for Node.js applications that uses the Blink Developer Tools (formerly WebKit Web Inspector).
Basically, it is an awesome tool to make debugging Node easy and (relativly) painless. You can read more about it on their official page: https://github.com/node-inspector/node-inspector
- install node-inspector by running the following command:
npm install -g node-inspector