Created
December 11, 2012 22:07
-
-
Save charlietuna/4262735 to your computer and use it in GitHub Desktop.
LLDB .lldbinit tip for making a command alias for showing iOS UIKit's current view hierarchy.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command alias pwin expression -o -- (NSString *)[[UIWindow keyWindow] recursiveDescription] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment