Stu
Stu

Reputation: 2699

Xcode: Breakpoints disabling themselves

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.

Upvotes: 0

Views: 1543

Answers (1)

Nick Stamas
Nick Stamas

Reputation: 1871

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

Why Aren't My Breakpoints Working in Xcode

Upvotes: 3

Related Questions