Powerful, self-serve product analytics to help you convert, engage, and retain more users
FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for iOS development. When presented, FLEX shows a toolbar that lives in a window above your application. From this toolbar, you can view and modify nearly every piece of state in your running application. | Reveal brings the power of tools like Firebug and Web Inspector to iOS developers. See your application's view hierarchy at runtime with advanced 2D and 3D visualisations. Debug view layout and rendering problems in seconds. |
Inspect and modify views in the hierarchy.;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.;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. | Instrument your apps - Simply link your iOS application with the Reveal library, start it up, and you'll be able to see and interact with your application like never before.;See changes, live! - You can edit and modify views in your running application to see the effect immediately. No more recompiling to test simple visual changes.;Focus - View hierarchies can get complex. Simply double click a view to isolate it, and all its subviews. Use the path bar to navigate up the hierarchy, and use the history buttons to go back to where you've been. |
Statistics | |
Stacks 18 | Stacks 16 |
Followers 13 | Followers 20 |
Votes 1 | Votes 0 |
Pros & Cons | |
Pros
| No community feedback yet |

PonyDebugger is a remote debugging toolset. It is a client library and gateway server combination that uses Chrome Developer Tools on your browser to debug your application's network traffic and managed object contexts. To use PonyDebugger, you must implement the client in your application and connect it to the gateway server. There is currently an iOS client and the gateway server.

Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals.

Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar as is or extend it using the plugin API.