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: mmalcolm crawford <email@hidden>
- Date: Sun, 15 Feb 2004 22:09:27 -0800
On Feb 15, 2004, at 9:55 PM, Jerry Krinock wrote:
However, the concensus of the replies I've received is that, since
Objective-C objects are so opaque, even the _real_ programmers are
doing
stuff like:
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").
mmalc
_______________________________________________
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.