>From source,

NSLog(@"%@", object);

will print out the description of most Cocoa objects, including NSArrays.

You can get the same description from within gdb/lldb using po (for print 
object),

po object



Aaron

On Mar 15, 2012, at 2:32 PM, Bill Doster <bil...@umich.edu> wrote:

> short of adding code to load the value into a vanilla-C type variable...
> 
> TIA,
>  Bill
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> 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/eeyore%40monsterworks.com
> 
> This email sent to eey...@monsterworks.com
> 

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to