You are working on a large codebase and compiling the entire code takes like 3-4 mins. In our day-to-day programming scenarios, we often use the print statements (like console.log()) to debug. Can you guess it? Yes, finding where the error is in the first place.ĭebugging is the process of detecting and removing existing and potential errors (also called 'bugs') in a software code. But, even before fixing an error, we have a more daunting task. So as a developer we should know how to fix them.
No matter how big or small the codebase is, errors and bugs are inevitable.