https://github.com/milch/xfdebugmenu
A debug menu for iOS Applications
https://github.com/milch/xfdebugmenu
Last synced: 25 days ago
JSON representation
A debug menu for iOS Applications
- Host: GitHub
- URL: https://github.com/milch/xfdebugmenu
- Owner: milch
- License: mit
- Created: 2013-11-09T17:13:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-25T21:18:11.000Z (over 12 years ago)
- Last Synced: 2025-10-27T01:26:36.075Z (9 months ago)
- Language: Objective-C
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
XFDebugMenu
===========
A debug menu for iOS Applications
The goal of this library is to show a debug menu like the one the Flipboard Developers showed at NSConference 2013. It should provide:
* A list of all the variables, methods and properties of the currently presented UIViewController.
* The ability to modify all of the variables with support for all basic types like NSNumber, NSString, etc.
* The ability to run any method (to log additional debug info, for example).
* Traverse the object graph with the current UIViewController as the root.
* Send Mail with a bug report, including screenshots of the whole app and the current view controller.
* Visualize the view hierarchy with the current UIWindow as root (similiar function to Reveal/SparkInspector, but In-App)
The library should be configuration-free, so simply adding it to a project should enable all the features.
Also, it uses private APIs, so don't include this into an App-Store build!
Current Status
-------------------
It's all heavily work-in-progress, definitely not ready for anything (yet). The only thing that currently works are the runtime-wrappers.