Abstract
In this tutorial you will learn what are bugs and how one can get rid of them using debugging tools, called debuggers. The GNU Project Debugger and Visual Studio debugger are two common tools that you can use them to systematically debug your projects implemented in C++.