Skip to content

Instantly share code, notes, and snippets.

@charlietuna
Created December 11, 2012 22:07
Show Gist options
  • Save charlietuna/4262735 to your computer and use it in GitHub Desktop.
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.
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