How to debug C++ on MacOS with LLDB?

Опубликовано: 14 Март 2026
на канале: Suboptimal Engineer
1,546
30

In this video, we go over how to debug C++ on MacOS using the LLDB debugger. We start by going over some basic LLDB commands to step through the code. Then we learn how to customize LLDB settings and also how to debug assembly. Finally, we go through an actual example of debugging C++ code in SFML.

🎥 YouTube -    / suboptimaleng  
💻 GitHub - https://github.com/SuboptimalEng
🐦 Twitter -   / suboptimaleng  
🧵 Threads - https://www.threads.net/@suboptimaleng
📸 Instagram -   / suboptimaleng  

== [ Resources ] ==
LLDB Docs - https://lldb.llvm.org/

== [ Timestamps ] ==
00:00 Intro
00:16 Why Use LLDB Debugger?
03:32 Intro to Debugging with LLDB
06:28 Customize LLDB Settings
07:58 How to Debug Assembly
10:02 Debugging C++ Code in SFML