Re: General Question: Debugging these "NS" Objects: Answered
Re: General Question: Debugging these "NS" Objects: Answered
- Subject: Re: General Question: Debugging these "NS" Objects: Answered
- From: Jerry Krinock <email@hidden>
- Date: Tue, 17 Feb 2004 21:15:34 -0800
on 04/02/15 22:09, mmalcolm crawford at email@hidden wrote:
>
Umm, Obj-C objects are not opaque. Underneath they're just C structs.
>
Finding detailed information about an object in the Xcode debugger is
>
straightforward. You can even set custom formatters for variables to
>
display summary information however you want (see Xcode Help, "Viewing
>
Variables and Expressions").
I studied this some more and found that CodeWarrior does display the data
members of _most_ objective-C objects. But for an NSMutableArray, the only
member I can find is "isa".
The last time I tried to import my project to XCode I got >2000 errors
during compile, so I'm just going continue NSLogging the description when I
want to see an NSArray.
I'm happy with it for now, but I will keep your advice in mind for the
future.
Thanks,
Jerry
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.