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.
Asked
Active
Viewed 1,038 times
1 Answers
3
Breakpoints in Xcode can be fickle...most of the gotchas are detailed in this SO thread:

Community
- 1
- 1

Nick Stamas
- 1,801
- 1
- 16
- 19
-
Thanks. I had to turn off the lazy loading, clean my target, and restart Xcode. – Stu Jun 05 '09 at 15:34