node.js - node-inspector get nothing in browser -


i trying debug node-inspector on newly installed iojs 2.3.

i npm install -g inspector v0.10.2, , type

server:~ vince-fan$ node-inspector node inspector v0.10.2 cannot start server @ 0.0.0.0:8080. error: listen eaddrinuse 0.0.0.0:8080. there process listening @ address. run `node-inspector --web-port={port}` use different port. 

my app running on port 8080, should change web port of inspector? tried:

server:~ vince-fan$ node-inspector --web-port=3000 node inspector v0.10.2 visit http://127.0.0.1:3000/?ws=127.0.0.1:3000&port=5858 start debugging. 

when open address show above, browser give me big blank page, nothing, nothing showing there.

i tried chrome, safari, nothing works.

anyone has idea, what's going on?

node inspector not until there's process inspect. try running node program option --debug or --debug-brk after launching node-inspector.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -