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: Sun, 15 Feb 2004 21:55:18 -0800
In the old days, I was under the impression that debugging with
std::cout << myVariable << endl ;
was the mark of an amateur, and that _real_ programmers used the debugger.
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:
NSLog([gConjunctions description]) ;
So I shall join you all in using this method and not be ashamed of it.
Thanks for all your replies.
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.