Xcode 4.3.2 + iOS SDK 5.1 Exception Breakpoint not working Xcode 4.3.2 + iOS SDK 5.1 Exception Breakpoint not working xcode xcode

Xcode 4.3.2 + iOS SDK 5.1 Exception Breakpoint not working


Try this:

Breakpoints -> Add -> Add symbolic breakpoint. A new window pops up.

Type "objc_exception_throw" in symbol field and click Done.


Unfortunately lldb is somewhat unstable and appears to be the cause of the crashes in your case. Switching to gdb can cause these crashes to go away.