This research project is essentially a debugging tutorial centered around JavaScript and Node.js in order to highlight the importance of debugging within the CS curriculum. This tutorial covers debugging tools, techniques, tips, and tricks for JS applications. After each iteration of the tutorial, data is collected in order to refine and enhance the effectiveness for the next run. The main goal for this research is to shed light on how crucial debugging is as a computer science student and professional. Many programming tutorials cover correct implementations and practices, but don't always address what to do when things go wrong. Which if you have experience programming, you may know that things go wrong frequently and debugging is an essential skill to have in order to succeed as a computer scientist.Â