0

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.

Chris Hanson
  • 54,380
  • 8
  • 73
  • 102
Stu
  • 2,679
  • 4
  • 26
  • 25

1 Answers1

3

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

Why Aren't My Breakpoints Working in Xcode

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