Re: Xcode Rant [was Re: Beating XCode's key buffer]
Re: Xcode Rant [was Re: Beating XCode's key buffer]
- Subject: Re: Xcode Rant [was Re: Beating XCode's key buffer]
- From: Howard Shere <email@hidden>
- Date: Thu, 16 Feb 2006 14:56:52 -0600
On Feb 16, 2006, at 2:37 PM, Lyndsey Ferguson wrote:
I can click in the gutter and a breakpoint appears, but Xcode will
happily skip past them.
Typing "info breakpoints" into GDB tells me that the breakpoint is
pending. The source code is in a static library. The static library is
created by the same project I am debugging. The source is all there
available to Xcode.
I had a project which also had some libs like that as separate targets.
breakpoints worked fine for a while and then stopped working (as you
describe) and the only way I could get things working again is to put a
breakpoint in "main" in the app and then after it hit that I could
continue and it would hit other breakpoints, even in the static libs.
A while later I removed the breakpoint in main and it still hit other
breakpoints. I can't explain why it stopped or started again, but the
breakpoint in "main" fixed it for me.
Howard Shere
http://www.livejournal.com/users/realgreendragon/
Altair 8800a to Mac OS X so far...
_______________________________________________
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