Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 312 Bytes

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