Tuesday May 08, 2012

Logging Without NSLog

Graham Lee has a great point about how to use breakpoints that don’t stop to log values to the console. As a bonus, he also demonstrates a proxy object that logs out all selectors sent to it before forwarding the message along to the wrapped object.