Daniel Lyons' Notes

LLDB

LLDB is a debugger built into Xcode. It can also be used in VS Code using the extension CodeLLDB.

Helpful commands

  • help <command> <option>
  • apropos <keyword>
    • searches LLDB's documentation for a given keyword.
  • break
    • Add/modify a breakpoint

See also

LLDB
Interactive graph
On this page
Helpful commands
See also