forked from node-inspector/node-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Google Chrome extension
dannycoates edited this page Sep 10, 2010
·
2 revisions
node-inspector can be used as a chrome extension
- install Google Chrome version 6.0.466.0 or later
- start Chrome with the
--enable-experimental-extension-apis
flag - from the extensions page
- enable developer mode
- click “load unpacked extension…”
- open the folder node-inspector/front-end
You should now see a yellow triangle icon for nodeJS Inspector by the address bar
- right-click context menu items
- edit breakpoint… (conditional breakpoint)
- continue to line
Currently the extension can only be used to connect to the inspector.js process running on the localhost:8080
If you see:
- Could not load extension from ‘node-inspector/front-end’. Invalid value for ‘permissions[ 0 ]’
- Delete the line containing
"experimental"
from yourfront-end/manifest.json
file