Let's debug a node.js app using the built-in debugger!
It's about time we stop using console.log to debug things. While console.* are really powerful tools, it's a pain to maintain.
Most of us can use our IDEs to debug code. But did you know that Node.js comes with a built-in debugger? It's a simple term...
blog.siddu.tech4 min read