You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Node Inspector allows you to debug your Node.JS application.

Installation

> npm install -g node-inspector

Run your App

>  node --inspect-brk <app.js>

Open the Debugger

Open your chrome browser to:

chrome://inspect



  • No labels