Video Tutorial: Using LLDB in iOS Part 1: Getting Started

Learn how to debug your iOS apps on the command line with LLDB. By Brian Moakley.

Leave a rating/review
Save for later
Share

Contents

Hide contents

Video Tutorial: Using LLDB in iOS Part 1: Getting Started

0 mins

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:.

Contributors

Over 300 content creators. Join our team.