I am trying to use the node debugger. I am running node debug server to run my server. Then I have:
node debug server
... var Workspace = mongoose.model(\'Workspa
The answer to the bonus question has changed in 2018.
Run node inspect foo.js.
node inspect foo.js
Visit chrome://inspect and in the list of devices you should see an entry that says Target () with an accompanying inspect link.
chrome://inspect
Target ()
It looks like this: