Instructions for the "debug" exercise compile, run, see the crash run it in gdb inspect backtrace, variables to understand the problem try stepping through the code using 'step' and 'next', use breakpoints and continue to get familiar with gdb fix the bug