Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 273 Bytes

This project is obsolete: node-inspector 0.7 has a built in node-debug command:

$ npm install -g node-inspector
$ node-debug path/to/your/script.js

Result: a Web Inspector debugger is open in your browser of choice, stopped at the first line of the script.