I am trying to debug my nodejs application using a node inspector. But Google Chrome does not show the code.
I use the following,
Node.js: v0.10.26
Express: 4.0.0
Node Inspector: v0.7.3
Google Chrome Version: 34.0.1847.131
This is what I do to start the debugger.
$ node-inspector Node Inspector v0.7.3 Visit http://127.0.0.1:8080/debug?port=5858 to start debugging.
In another console
$ node --debug app.js debugger listening on port 5858 $
Then they launched Google Chrome and went to
http:
It opens a node inspector, but without code. All windows are empty.
Noticed that I do not get the "Express server listening on port 3000"
Tried everything as a node-inspector could not connect to node , but no luck
Failed to find out what I do not see. It would be great if you had any suggestions. I can debug my Node.js apps in Google Chrome.
genwip Apr 28 '14 at 12:19 2014-04-28 12:19
source share