Skip to content

Instantly share code, notes, and snippets.

@beny
Last active January 2, 2016 13:59
Show Gist options
  • Save beny/8313934 to your computer and use it in GitHub Desktop.
Save beny/8313934 to your computer and use it in GitHub Desktop.
LLDB tips

Breakpoints

breakpoint set -s method: - create breakpoint for all methods with selector method: po [(CALayer *)[[[[UIApplication sharedApplication] windows] objectAtIndex:0] layer] setSpeed:.1f]; - slow down all animations on device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment