If you have your Node running
node --debug server.js
This gives me a port number xxxx, should I use this port number when starting Chrome?
Use node-inspector to remotely debug your node application from Chrome that you've started with the --debug option as you've shown.
--debug