Skip to content

Latest commit

 

History

History
 
 

debug

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
  • find problem and fix bug
  • try stepping, breakpoints

Go back to the "valgrind" exercise

  • check it with valgrind
  • analyze the issue, see that the variance was biaised
  • fix the issue