https://hackernoon.com/please-stop-using-console-log-its-broken-b5d7d396cf15
Given the above. I would like to explore the debugging techniques:
Debugging node with chrome-dev-tools:
https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27
Official list of tools mentioned on the node project website:
https://nodejs.org/en/docs/inspector/
What I would like to have:
Ability to introspect objects (similar to doing console.log("message: ", ObjInQuestion) in chrome and getting the object to play around with)