Ever since i went to xcode 4, the assert behavior is to log an error on the console and then "restart" the thread. The result is you dont know where the break happens if you don't happen to have the console up and it usually just keeps asserting over and over and over if its on the run loop.
Has anyone else seen this or know a solution? It used to suspend as if it hit a breakpoint.