Debugging
Debugging with gdb on Unix
GDB is available on all Linux distributions as well as older versions of OSX.
- Introductory Tutorial
- Video intro to GDB from Harvard CS50
Other debuggers
- On Macs running Mavericks, you typically only have lldb available, see a Tutorial to get started using it on the command line.