This one is driving me nuts. Xcode 5 recently started to ignore my breakpoints in my unit tests. I promise this was working before. I also promise I have no idea what I changed to cause this behavior, it was working 30 minutes ago and now it is not.
I click on the test navigator and click the play button next to one of my tests. I did not setup anything to get breakpoints to work and they worked by default, somehow they do not work anymore.
When I hit the play button the tests run and success but breakpoints are not getting hit.
power on test: yes I did verify they are active (dark blue).
Ideas?