1Links 2===== 3 4This page contains links to external resources on how to use LLDB. Being listed 5on this page is not an endorsement. 6 7## Blog Posts 8 9### [Dancing in the Debugger — A Waltz with LLDB (2014) ](https://www.objc.io/issues/19-debugging/lldb-debugging/) 10 11A high level overview of LLDB with a focus on debugging Objective-C code. 12 13## Videos 14 15### [LLDB: Beyond "po" (2019)](https://developer.apple.com/videos/play/wwdc2019/429/) 16 17LLDB is a powerful tool for exploring and debugging your app at runtime. 18Discover the various ways to display values in your app, how to format custom 19data types, and how to extend LLDB using your own Python 3 scripts. 20 21### [Advanced Debugging with Xcode and LLDB (2018)](https://developer.apple.com/videos/play/wwdc2018/412/) 22 23Discover advanced techniques, and tips and tricks for enhancing your Xcode 24debugging workflows. Learn how to take advantage of LLDB and custom breakpoints 25for more powerful debugging. Get the most out of Xcode's view debugging tools 26to solve UI issues in your app more efficiently. 27 28### [Debugging with LLDB (2012)](https://developer.apple.com/videos/play/wwdc2012/415/) 29 30LLDB is the next-generation debugger for macOS and iOS. Get an introduction to 31using LLDB via the console interface and within Xcode's graphical debugger. The 32team that created LLDB will demonstrate the latest features and improvements, 33helping you track down bugs more efficiently than ever before. 34 35### [Migrating from GDB to LLDB (2011)](https://developer.apple.com/videos/play/wwdc2011/321/) 36 37LLDB is the next-generation debugger for macOS and iOS. Discover why you'll 38want to start using LLDB in your own development, get expert tips from the team 39that created LLDB, and see how it will help you track down bugs more 40efficiently than ever before. 41 42## Books 43 44### [Advanced Apple Debugging & Reverse Engineering (2018)](https://www.raywenderlich.com/books/advanced-apple-debugging-reverse-engineering/) 45 46A book about using LLDB on Apple platforms. 47 48## Extensions 49 50### [facebook/chisel](https://github.com/facebook/chisel) 51 52Chisel is a collection of LLDB commands to assist in the debugging of iOS apps. 53 54### [DerekSelander/LLDB](https://github.com/DerekSelander/LLDB) 55 56A collection of LLDB aliases/regexes and Python scripts. 57