Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4.6 breakpoints not working

I've just upgraded to XCode 4.6 and iOS 6.1 and breakpoints have stopped working in the simulator (not tested device). Changing debuggers to GDB fixes it but I usually work with LLDB.

Nothing in the project has changed, they just stopped working after the upgrade. I've cleaned and deleted derived data and checked all of the debug settings but nothing is wrong.

Is anyone else getting this?

Max

like image 306
MrMaxP Avatar asked Jan 30 '13 10:01

MrMaxP


1 Answers

We are experiencing the same problem with our iOS project. This seems to be a new bug in LLDB or XCode 4.6. I just filed a bug report with Apple and would recommend doing the same.

This topic in the Apple Dev forums suggests that the issue might be related to the location of the source files inside the project's directory hierarchy: https://devforums.apple.com/message/754512

like image 188
Hendrik Avatar answered Oct 06 '22 00:10

Hendrik