Ryan Olson

2pods

FLEX

  • Inspect and modify views in the hierarchy.
  • View Detailed network request history.
  • See the properties and ivars on any object.
  • Dynamically modify many properties and ivars.
  • Dynamically call instance and class methods.
  • Access any live object via a scan of the heap.
  • See system log messages (i.e. from NSLog()).
  • View the file system within your app's sandbox.
  • Explore all classes in your app and linked systems frameworks (public and private).
  • Quickly access useful objects such as [UIApplication sharedApplication], the app delegate, the root view controller on the key window, and more.
  • Dynamically view and modify NSUserDefaults values.

License: NOASSERTION

  • Objective C

LLDBQuickLook

Add Quicklook support to the LLDB Console. From the console use the quicklook or ql commands to generate a quicklook preview of the object

Note that this only adds the data provider categories to the project. See the homepage for the rest of the installation instructions.

License: MIT

  • Objective C