I have setup a web application that works and now I want to learn how to debug it properly without using console.log. I have setup and ran Node-Inspector via node-debug server.js (main script file) and I want to use and check what happens when I set up a breakpoint for an example in the following post function.I have setup a web application that works and n