views:

107

answers:

1

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.

+2  A: 

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

Why Aren't My Breakpoints Working in Xcode

Nick Stamas
Thanks. I had to turn off the lazy loading, clean my target, and restart Xcode.
Stu