erdemgc
erdemgc

Reputation: 1721

XCode does not stop on Debug Break Point

Is it related or not after installing Xcode 7.1, it does not stop on break points. I tried some tips but none of them works.

What might be wrong?

Thanks in advance

Upvotes: 1

Views: 746

Answers (1)

Oz Solomon
Oz Solomon

Reputation: 3044

Try this:

  1. From the Xcode menu select Preferences
  2. Select the "Locations" panel
  3. Click the disclosure arrow (->) next to Derived Data
  4. The DerivedData folder opens in Finder. Delete it.
  5. Recompile.

Usually this helps.

Upvotes: 1

Related Questions