I set a breakpoint but when I run my program it looks like it disables itself. Any ideas what's going on? The breakpoint arrow is dark blue before I run the program, and upon execution changes to light blue.

link|improve this question

70% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Breakpoints in Xcode can be fickle...most of the gotchas are detailed in this SO thread:

Why Aren't My Breakpoints Working in Xcode

link|improve this answer
Thanks. I had to turn off the lazy loading, clean my target, and restart Xcode. – Stu Jun 5 '09 at 15:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.