Wrote a Blog Post
No matter how big or small the codebase is, errors and bugs🐛 are inevitable. So as a developer we should know how to fix them. But, even before fixing an error, we have a more daunting task.

Can you guess it? Yes, finding where the error is in the first place.

Debugging is the process of detecting and removing existing and potential errors (also called 'bugs') in a software code. 

In my recent blog, I have explored the basic commands of GDB (GNU Debugger). And as always feedbacks are welcome 🤗.

Blog: https://arnabsen.hashnode.dev/exploring-the-debugger-gdb