Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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