Print object (object where we send message to) $ po $arg1 One-shot breakpoint $ breakpoint set --one-shot true --name "-[UILabel setText:]" $ bmessage -[MyViewController viewDidAppear:] Assign address to variable and print info $ e CALayer* $a = (CALayer *)0x600002e804a0 $ po $a