Skip to content

Instantly share code, notes, and snippets.

View mrketchup's full-sized avatar
🛠️
[Build Queued]

Matt Jones mrketchup

🛠️
[Build Queued]
View GitHub Profile
@gniemann
gniemann / commands.py
Created July 18, 2018 14:52
LLDB command for identifying views in a broken constraint.
'''
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]
'''