Re: struct problem
Re: struct problem
- Subject: Re: struct problem
- From: Michael Vannorsdel <email@hidden>
- Date: Sun, 13 Apr 2008 15:00:32 -0600
This is because the actual value assignment was optimized and moved
later in the code. GDB can't really follow the source all that well
because the instructions that belong to each line of code are now
moved all around to improve performance.
On Apr 13, 2008, at 6:31 AM, Thomas Backman wrote:
Are you running the app in debug mode? I've made the mistake of
trying to debug in "release" mode a few times, and it often shows
some insane values for variables.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden