Since 0.6.0 version node.js ships with a brand-new builtin debugger. It’s quite different from previous one, and the most noticeable change is that we made debugger a repl.
It acts just like a normal node.js repl, but with internal commands like: next, step, out and etc.
Lets take a…