LLDB From Python

Clark Goble: The main debugger, lldb, comes with Python built in! […] it appears you can actually have a Python script run when a breakpoint gets hit. The current stack frame and breakpoint location are passed to your function. I tend to instrument my code because I really dislike clicking around in the debugger. This … Continue reading LLDB From Python