Based on @ "Martin R" answer.
At a minimum, NSLog does not print anything with Xcode 6.0.1.
(lldb) expr -- for(UIWindow *w in [(UIApplication *)[UIApplication sharedApplication] windows]) { (int)printf("%s\n\n", [(NSString *)[w recursiveDescription] UTF8String]); }
hiroshi
source share