Challenge
Your challenge for this tutorial is use LLDB to find some bugs in a provided project.
Download demo starter
Download demo finished
Download challenge starter
Download challenge finished
Download lecture slides
Errata
As pointed out by droussel in the comments, po is actually calling debugDescription:
, which in turn, invokes description:. If you wish to provide a different description just for debugging purposes, you can override debugDescription:
.