Xcode 4.6 breakpoints not working

I just upgraded to Xcode 4.6 and iOS 6.1, and the breakpoints stopped working in the simulator (not the device under test). Changing debuggers in GDB fixes it, but I usually work with LLDB.

Nothing in the project has changed, they just stopped working after the update. I cleared and deleted the derived data and checked all the debug settings, but nothing happened.

Anyone else get this?

Max

+5
source share
4 answers

We are facing the same issue with our iOS project. This seems to be a new bug in LLDB or Xcode 4.6. I just posted a bug report with Apple and recommend doing the same.

Apple Dev , : https://devforums.apple.com/message/754512

+5

, , , , . "" , , , . , LLDB cpp. , .

: fooobar.com/questions/949571/...

0

Dear, please open xcode -> product -> debug -> activate breakpoints.

It will definitely work.

****** ENJOY *****

enter image description here

enter image description here

0
source

Another stupid "user error" is what happened to me - I tried the method in the category, but continued to set breakpoints on code that was no longer called. Of course, this did not hit. Facepalm!

0
source

All Articles