> Hi,
>
[quoted text clipped - 7 lines]
> I've double-checked that the breakpoints are enabled. Are there any
> other factors that could cause breakpoints not to work?
Make sure you're actually running in the debugger (Build & Debug, not
Build & Run), and that debug symbols are enabled (your build style is
Development, not Deployment, and the appropriate checkbox is checked in
your build settings). You should probably also make sure that
optimizations are turned off. While this won't generally result in missing
breakpoints, it can cause weird debugger behavior.

Signature
Michael Ash
Rogue Amoeba Software
Steve Edwards - 30 Jan 2006 14:52 GMT
> > Hi,
> >
[quoted text clipped - 14 lines]
> optimizations are turned off. While this won't generally result in missing
> breakpoints, it can cause weird debugger behavior.
Many thanks, Michael, the Apple Example projects were indeed defaulting
to Deployment build.