Re: General Question: Debugging these "NS" Objects
Re: General Question: Debugging these "NS" Objects
- Subject: Re: General Question: Debugging these "NS" Objects
- From: Daniel Todd Currie <email@hidden>
- Date: Sun, 15 Feb 2004 00:09:03 -0800
Is NSLog not convenient in CodeWarrior?
NSLog(@"%@", myMutableArrayOfStrings);
-- Daniel Currie
On 2004 Feb 14, at 22:41, Jerry Krinock wrote:
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?
Jerry Krinock
_______________________________________________
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.
_______________________________________________
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.