Re: Debugging Problems
Re: Debugging Problems
- Subject: Re: Debugging Problems
- From: Shawn Erickson <email@hidden>
- Date: Mon, 16 Jan 2006 09:24:40 -0800
On 1/16/06, Lyndsey Ferguson <email@hidden> wrote:
>
>
> On Jan 16, 2006, at 11:41 AM, Jerry wrote:
> If you're debugging optimized code, the instructions for each line get
> completely mixed up in the object code, and Xcode has no idea where to put
> the pc indicator. The solution is to only debug with optimization off.
> Thanks Jerry. Sounds like a bug to me, if Xcode has no idea how to debug
> with the Os optimization, I think that it should not be the default :). I
> will try with -O0.
In all of the projects that Xcode has created for me the "debug" (aka
"development") build style is set to specify -O0 (or no optimization).
-Shawn
_______________________________________________
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