IPhone simulator breakpoints problem
Posted by kusno mudiarto at June 12th, 2008
Sometimes I got problem settings breakpoints. I found this solution in apple discussions:
x
As saggymac said:
“The default setting for debugging libraries and frameworks is Load Symbols Lazily. On occasion this causes breakpoints to not be hit. Turning off this setting makes it take longer to start debugging, but hits breakpoints more reliably.”
may be you should set this option OFF… (XCode-Preferences-Debugging)
Tags: xcodedebug breakpoints

yep, was the same here.
once eagerly loaded, the breakpoints would work
nicolas
Thank you for the solution so much! Before I couldn’t force Xcode to stop on breakpoints while running my iPhone app on Simulator.
Murad Juraev