This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
LLDB commands for debugging iOS projecs in XCode | |
References: | |
* [LLDB Python reference](https://lldb.llvm.org/python-reference.html) | |
* [LLDB Python API[(https://lldb.llvm.org/python_reference/index.html) | |
To install, put this in your ~/.iidbinit: | |
command script import [path to this file] | |
''' |