Re: XCode debugging weirdness
Re: XCode debugging weirdness
- Subject: Re: XCode debugging weirdness
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 29 Oct 2004 16:20:22 -0600
On Oct 29, 2004, at 3:42 PM, Robbie Haertel wrote:
I have been having an extremely annoying problem. Recently, I have
been trying to debug a program, but every time I step through the code
line-by-line it almost never jumps to the next line. Often times it
will jump several lines earlier and then it will skip a few lines and
sometimes run the same line more than once. The instance variables
are constantly changing values including, I believe, self.
Make sure that you've turned off optimization when you've built the
product. Optimization can cause behavior like what you've described.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden