Re: Debugging Problems
Re: Debugging Problems
- Subject: Re: Debugging Problems
- From: Lyndsey Ferguson <email@hidden>
- Date: Mon, 16 Jan 2006 12:24:42 -0500
On Jan 16, 2006, at 11:53 AM, James Larcombe wrote: Lyndsey Ferguson wrote:
2. I frequently find that sometimes Xcode's debugger will simply race by any breakpoints I have made and then crash on the other side of my dozen breakpoints that should have been triggered before the crash. What do I have to do to make the breakpoints real?
Do you use subprojects to build your application? Breakpoints seem to be stored on a per-project basis and I have found that the debugger can get confused if you manage to set a breakpoint in a subproject instead of in the top-level project.
Hi James,
We use static library targets as well as the application target with all of the source inside the project. It sounds to me that what you are describing is actual Xcode project files that are separate from your main application that are an aggregate target of your application (or somehow built in)? Is this correct?
So far, setting the optimization to -O0 seems to be working more reliably.
Thanks again for your response, Lyndsey
-- Lyndsey D. Ferguson Software Engineer : Platforms Group Nemetschek North America, Inc. mailto: email@hidden
|
_______________________________________________
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