skip to Main Content

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


  1. Perhaps you’ve accidentally turned off the master breakpoint switch.

    enter image description here

    It should be bright blue, not gray. Click it to toggle.

    Login or Signup to reply.
  2. 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.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search