I read about node-inspector as a suggestion for debugging node code.
However I have found no clear instructions on how to use it, and the documentation is awful.
I installed node-inspector and then did
node-inspector --web-port=5858 &
I get a message saying
Visit http://127.0.0.1:5858/?ws=127.0.0.1:5858&port=5858 to start debugging. which I do.
Now I get a blank console page.
But the docs stop here. What do I do next to actually debug my app?
