Video Tutorial: Using LLDB in iOS Part 3: Backtraces, Threads, and Frames
Apr 30 2014
Learn how to use LLDB to print out backtraces anywhere in your code, manage your threads, change return values of you methods, and print out all your local variables right from the console.
By Brian Moakley.
Your challenge for this tutorial is to diagnose where a bug is located using backtrace, thread, and frame commands and then fix the return value using the thread return command.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.