node --inspect index.js
node --inspect --debug-brk index.js
https://medium.com/@paul_irish/debugging-node-js-nightlies-w...
https://nodejs.org/api/debugger.html
> Node.js's debugger client is not a full-featured debugger, but simple step and inspection are possible.
https://medium.com/@paul_irish/debugging-node-js-nightlies-w...