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
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