[Video] How to Debug Your Code

It’s one of the most frustrating things with programming, and also one of the most common – bugs and figuring out how to fix them. If you’re coding, it’s not just something you’ll need to learn to love but learn to get good at. In this video, developer Mike Dane goes through six quick tips and strategies for how you can debug like a pro.

6 tips for how you can debug like a pro:

  1. Print Statements
  2. Error handling
  3. Commenting things out
  4. Debugging tools
  5. Tests
  6. Asking other developers
3 Likes