Chrome extension for launching V8 Inspector for Node.js debugging.
- Install the
node-v8-inspectorextension from the Chrome Web Store. - Run a Node.js application with the
--inspectcommand line flag. - Open the
node-v8-inspectorextension in Chrome. - Verify that
hostandportmatch your application's host and debug port. The default value is 9229, the same default used by Node.js. The host defaults tolocalhost. - Press
Launch V8 Inspectorbutton. - Debug your application.
- Profit (optional).
