Debugging a Debugger

LLDB is the debugger that ships automatically with XCode. Everyhing you can do with LLDB is also available through a Python API so you can write python code to programmatically debug anything that you write using XCode, including C, Objective-C, Swift, and C++. Source: Debugging a Debugger

FixCode

The primary goal of this plugin is to disable the original Fix Issue button, as it has side effects, like sometimes revoking your certificates and with it all its provisioning profiles. This is especially a big problem when working in a bigger team: Someone clicks the Fix Issue button and revokes the other profiles. This […]