16
16
Videos
17
17
------
18
18
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
+
19
28
`LLDB: Beyond “po” (2019) `_
20
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~
21
30
@@ -33,23 +42,6 @@ custom breakpoints for more powerful debugging. Get the most out of
33
42
Xcode’s view debugging tools to solve UI issues in your app more
34
43
efficiently.
35
44
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
-
53
45
Books
54
46
-----
55
47
@@ -73,10 +65,9 @@ iOS apps.
73
65
A collection of LLDB aliases/regexes and Python scripts.
74
66
75
67
.. _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
76
69
.. _`LLDB: Beyond “po” (2019)` : https://developer.apple.com/videos/play/wwdc2019/429/
77
70
.. _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/
80
71
.. _Advanced Apple Debugging & Reverse Engineering (2018) : https://www.raywenderlich.com/books/advanced-apple-debugging-reverse-engineering/
81
72
.. _facebook/chisel : https://github.com/facebook/chisel
82
73
.. _DerekSelander/LLDB : https://github.com/DerekSelander/LLDB
0 commit comments