Re: Xcode 2.0 debugger problem
Re: Xcode 2.0 debugger problem
- Subject: Re: Xcode 2.0 debugger problem
- From: Chris Espinosa <email@hidden>
- Date: Tue, 10 May 2005 08:26:53 -0700
On May 10, 2005, at 4:47 AM, Davide M wrote: After successfully using Xcode 1.5 to build c++ projects for a while (using Qt libraries from trolltech) I upgraded to Tiger and Xcode 2.0.
Now the debugger behaves very strangely: when stopped at a breakpoint the "Step over" does not work as expected, most times it does the same as the "Continue" button, but sometimes it jumps to a random place a few lines down in the source.
I tried recreating the whole project from scratch, and doing a full clean/rebuild, but nothing changed.
Do ypu perchance have optimization on? Optimization drastically changes the order in which the compiler generates instructions, and the correlation to the order of your source lines is sometimes difficult to trace.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden