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
1 min read
LLDB is a debugger built into Xcode. It can also be used in VS Code using the extension CodeLLDB.
help <command> <option>
apropos <keyword>
break