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… Continue reading How to debug your code