I am currently having trouble getting node inspector to work with Google Chrome. I am on Windows 7 64 bit.
here is info about node-inspector: https://github.com/node-inspector/node-inspector
when I run the following
node-debug app.js on a simple JavaScript file called app.js:
a = 5; b = 6; c = a + b; console.log(c); and I open up Chrome with the following URL:
http://localhost:8080/debug?port=5858 all I get is this empty page with nothing loaded except one little part of the Chrome debugging toolbar, no matter what I do, I even reinstalled Chrome ( and the Canary developer version too):

Anyone have any idea what could be going wrong? This is the simplest JavaScript application ever, and there node-inspector directions does not specify any other steps to take. Like I said, I resinstalled Chrome. I have node version v0.10.30, npm version v1.4.21 version and node-inspector version: v0.7.4.
Does anyone have a good idea how I can test Chrome debugging tools without involving node? I am new to all this.
When I installed node-inspector, I did get what looks like a warning:

wsmodule. How you can see some parts of inspector interface was loaded. But on next step inspector needs to open web socket and only after this it will finish to draw interface. Miroslav you can reproduce this problem by commentingthis.wsServer.on('connection', handleWebSocketConnection.bind(this));indebug-server.js