Re: Use of NSLog() for debugging
Re: Use of NSLog() for debugging
- Subject: Re: Use of NSLog() for debugging
- From: "Clark S. Cox III" <email@hidden>
- Date: Mon, 23 Jul 2001 23:27:36 -0400
On Monday, July 23, 2001, at 01:24 , Glen Simmons wrote:
Clark, what you haven't stumbled across, is that you can type "po
myObject" in the console to find out the contents of these objects. The
reason you haven't stumbled across this is because it isn't documented
anywhere. Apparently, it's folklore that has to be handed down.
Thank you very much, this will streamline my debugging quite a
bit. :) Now, no more recompiling every time I need to change a
breakpoint.