Node.js Inspector
Node.js provide NPM module called node inspector which can be used to debug node applications.
Example:
npm install node-inspector
node-debug app.js
Node.js provide NPM module called node inspector which can be used to debug node applications.
npm install node-inspector
node-debug app.js