Re: General Question: Debugging these "NS" Objects
Re: General Question: Debugging these "NS" Objects
- Subject: Re: General Question: Debugging these "NS" Objects
- From: Philip Mötteli <email@hidden>
- Date: Sun, 15 Feb 2004 12:52:38 +0100
Am 15.02.2004 um 07:41 schrieb Jerry Krinock:
In the old days, with a C program, debugging was pretty easy. I put a
breakpoint, and when the program gets there, the CodeWarrior debugger
window
shows me the value of all variables.
Then came C++ objects, and things got more difficult; I'd have to drill
through a couple levels of indirection. But I could find it all,
eventually.
Now, with Objective-C objects, it seems that the CodeWarrior debugger
is
useless. I cannot find a way, for instance, to see the text strings
in an
NSMutableArray of NSString*s.
Is there a reference which explains how to do this? Is it easier in
XCode?
Or is this "opaqueness" the price we pay for using such a sophisticated
language?
Just type "po anArray".
Re
Phil
_______________________________________________
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.