On Mar 15, 2012, at 9:43 PM, Eeyore wrote: > You can get the same description from within gdb/lldb using po (for print > object),
If it’s a single array element you want to print, do something like
po [theArray objectAtIndex: 7]
GDB (and LLDB) accept a surprisingly large subset of C/ObjC expression syntax.
It’s very useful.
—Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
