Main
Debugging
Debugging with gdb on Unix
GDB is available on all Linux distributions as well as older versions of OSX.
- A nice introductory Tutorial
- Video intro to GDB from Harvard CS50
- A GDB cheat sheet
Other debuggers
- On Apple machines, you typically only have lldb available, see a Tutorial to get started using it on the command line.