Daniel's Notes

Home

❯

Topics

❯

Software Development

❯

Debugging

❯

LLDB

LLDB

Mar 26, 20251 min read

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

Debugging in Swift > See also

Helpful commands

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

See also

  • Debugging in Xcode
  • Debugging in Swift

Graph View

  • Helpful commands
  • See also

Backlinks

  • Debugging in Xcode
  • index
  • Video - Building Swift Packages in VSCode - Tim Condon - Swift Heroes 2022

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Discord Community