Xcode Ignoring breakpoints!
Xcode Ignoring breakpoints!
- Subject: Xcode Ignoring breakpoints!
- From: Ando Sonenblick <email@hidden>
- Date: Thu, 8 Sep 2005 16:40:25 -0700
Gang,
Is there anything I can do to get Xcode to break at all my breakpoints?!
Here is the situation:
I am writing a QuickTime export component.
I am running the Debug version (debug symbols are on and optimization
is set to none)
It is directly built into the /Library/QuickTime folder (where
QuickTime components need to be)
It functions properly (i.e. it successfully exports)
I am running it via Xcode and have it set up to run QTPlayer as its
host app.
Now:
If I put a breakpoint on the Open call of my component, Xcode DOES
stop on that breakpoint.
However, if I put a breakpoint in my ExportToFile or ExportToDataRef
calls, Xcode DOES NOT stop at the breakpoint.
This is in the same source file, the same run of my code, etc. And I
have SysBeep calls in there so I know with 100% confidence that the
calls are being called.
So, why is Xcode ignoring these breakpoints and what can I do to get
it to respect them?
I've cleaned my target. I've deleted all breakpoints and set new
ones. Nothing works.
Thx,
Ando
_______________________________________________
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