1616Videos
1717------
1818
19+ `Run, Break, Inspect: Explore effective debugging in LLDB `_
20+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21+
22+ Learn how to use LLDB to explore and debug codebases. We'll show you
23+ how to make the most of crashlogs and backtraces, and how to
24+ supercharge breakpoints with actions and complex stop
25+ conditions. We'll also explore how the “p” command and the latest
26+ features can enhance your debugging experience.
27+
1928`LLDB: Beyond “po” (2019) `_
2029~~~~~~~~~~~~~~~~~~~~~~~~~~~
2130
@@ -33,23 +42,6 @@ custom breakpoints for more powerful debugging. Get the most out of
3342Xcode’s view debugging tools to solve UI issues in your app more
3443efficiently.
3544
36- `Debugging with LLDB (2012) `_
37- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38-
39- LLDB is the next-generation debugger for macOS and iOS. Get an
40- introduction to using LLDB via the console interface and within Xcode’s
41- graphical debugger. The team that created LLDB will demonstrate the
42- latest features and improvements, helping you track down bugs more
43- efficiently than ever before.
44-
45- `Migrating from GDB to LLDB (2011) `_
46- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47-
48- LLDB is the next-generation debugger for macOS and iOS. Discover why
49- you’ll want to start using LLDB in your own development, get expert tips
50- from the team that created LLDB, and see how it will help you track down
51- bugs more efficiently than ever before.
52-
5345Books
5446-----
5547
@@ -73,10 +65,9 @@ iOS apps.
7365A collection of LLDB aliases/regexes and Python scripts.
7466
7567.. _Dancing in the Debugger — A Waltz with LLDB (2014) : https://www.objc.io/issues/19-debugging/lldb-debugging/
68+ .. _Run, Break, Inspect : Explore effective debugging in LLDB: https://developer.apple.com/videos/play/wwdc2024/10198
7669.. _`LLDB: Beyond “po” (2019)` : https://developer.apple.com/videos/play/wwdc2019/429/
7770.. _Advanced Debugging with Xcode and LLDB (2018) : https://developer.apple.com/videos/play/wwdc2018/412/
78- .. _Debugging with LLDB (2012) : https://developer.apple.com/videos/play/wwdc2012/415/
79- .. _Migrating from GDB to LLDB (2011) : https://developer.apple.com/videos/play/wwdc2011/321/
8071.. _Advanced Apple Debugging & Reverse Engineering (2018) : https://www.raywenderlich.com/books/advanced-apple-debugging-reverse-engineering/
8172.. _facebook/chisel : https://github.com/facebook/chisel
8273.. _DerekSelander/LLDB : https://github.com/DerekSelander/LLDB
0 commit comments