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

See also

Helpful commands

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

See also