Using FB Chisel for lldb debugging
Facebook Chisel is a collection of lldb commands to assist debugging of iOS apps.
Simply follow the steps outlined for installation. Here, I wanted to quickly outline where to look for your fblldb.py file to add its path to the .lldbinit file.
Open the .lldbinit file using your favourite text editor, for e.g. (using terminal):
XCode: open -a XCode ~/.lldbinit
Sublime Text: subl ~/.lldbinit
Append the following at the very end:
## Commmand from FB Chisel command script import /usr/local/opt/chisel/libexec/fblldb.py ## End of Commands from FB Chisel
Test Install
Type ‘lldb’, hit enter. Then type ‘help’ once in the lldb prompt. You should be able to see a slew of commands under the line: ‘Current user-defined commands:’.
Type ‘help border’ and you should see something similar to this:


















