Debugging with GDB: Print-Object and UIView recursiveDescription
No frills, just the latest news from hundreds of the best sources.
Debugging with GDB: Print-Object and UIView recursiveDescription
Jan 30, 2012 8:09 am
In the post Debugging with GDB: Introduction to Commands, Print and Print-Object I covered the basics of the command line inteface in GDB. In this post I’ll show you a trick to print out the entire view hierarchy for UIView objects. In Objective-C, all objects (derived from NSObject) have a description method, which returns an [...]