LLDB is the debugger underlying the Xcode debugger. The .lldbinit file is read by the debugger when it starts up. You can use it to customise the debugger. For example: % cat .lldbinit command alias btall thread backtrace all % lldb (lldb) help btall … 'btall' is an abbreviation for 'thread backtrace all' To learn more about how this works, see the lldb man page. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
Developer Tools & Services
SubTopic:
General
Tags: