If you ask me on which task I’ve spent most of my time as a software developer, it would probably be bug fixing. Working with JavaScript apps, I’ve used

console.logwhen debugging surely more than I should have. Learning how to become efficient at finding bugs in programs is a very important skill that can save you a lot of time. Debuggers help you with that task by providing tools to analyze your programs and run control execution flow.

In this post, my friend Burke Holland will walk you through the steps that can help you find issues more efficiently in Node.js apps, with short videos that run for less than 5 minutes each.

#nodejs #debugging #vscode #javascript

Introductory Guide to Debug Node.js Apps with Built-in or VS Code Debugger
2.15 GEEK