Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 352 Bytes

File metadata and controls

1 lines (1 loc) · 352 Bytes

Debugging is the process of finding and fixing errors in software that prevents it from running correctly. As you become a more advanced programmer and an industry engineer, you will learn how to use debugging tools such as gdb or built-in tools that IDEs have. However, it’s important to understand the concepts and processes of debugging manually.