I have breakpoints set throughout my program, but Xcode appears to ignore them completely.
I wanted to create a new question, because this one was asked in 2008 and has nothing up-to-date.
I have breakpoints set throughout my program, but Xcode appears to ignore them completely.
I wanted to create a new question, because this one was asked in 2008 and has nothing up-to-date.
2
Answers
Perhaps you’ve accidentally turned off the master breakpoint switch.
It should be bright blue, not gray. Click it to toggle.
This happened to me for a very odd reason. I added rich notifications to my app. As I ran the app I was running it on one of their targets instead of the main app itself. The orange arrow points to the main target. In a situation like this make sure you aren’t on the wrong target (the ones above and below the orange arrow.