How to debug your code

What to do when something goes wrong with a program you’re creating? You have to identify the problem and fix it.

This is basically what’s debugging is all about. And there are many ways you can go about it.

Here you will learn one of the simplest yet very effective method to debug your code that will work with pretty much every programming language.

Remember to scroll down and leave me a comment !

2 comments

  1. Kuba
    That was a very cool video. I have seen a lot of people use print statements but never realized how useful they could be for us.
    Thank you.
    John

  2. Kuba
    That was a very cool video. I have seen a lot of people use print statements but never realized how useful they could be for us.
    Thank you.
    John

Comments are closed.