who’s your daddy and what does he do?
Asked on 07/31/2024
1 search
I don't have information on that specific question. However, I can provide details about the content presented by Apple at WWDC. For example, if you're interested in learning about debugging techniques in LLDB, you might want to check out the session Run, Break, Inspect: Explore effective debugging in LLDB which covers various debugging methods and tools.
Here are some sessions that might interest you:
- Run, Break, Inspect: Explore effective debugging in LLDB
- Bring your app to Siri
- Xcode essentials
- SwiftUI essentials
- What’s new in SwiftUI
- Demystify SwiftUI containers
- Platforms State of the Union
Feel free to ask more specific questions about these sessions or any other content from WWDC!

Run, Break, Inspect: Explore effective debugging in LLDB
Learn how to use LLDB to explore and debug codebases. We’ll show you how to make the most of crashlogs and backtraces, and how to supercharge breakpoints with actions and complex stop conditions. We’ll also explore how the “p” command and the latest features in Swift 6 can enhance your debugging experience.

Bring your app to Siri
Learn how to use App Intents to expose your app’s functionality to Siri. Understand which intents are already available for your use, and how to create custom intents to integrate actions from your app into the system. We’ll also cover what metadata to provide, making your entities searchable via Spotlight, annotating onscreen references, and much more.

Xcode essentials
Edit, debug, commit, repeat. Explore the suite of tools in Xcode that help you iterate quickly when developing apps. Discover tips and tricks to help optimize and boost your development workflow.