What Is GDB
From EdWiki
What Is GDB?
- GNU Debugger
- A debugger for several languages, including C and C++
- It allows you to inspect what the program is doing at a certain point during execution.
- Errors like segmentation faults may be easier to find with the help of gdb.
- GNU GDB Reference Manual