Why won't Xcode 4 break exceptions?

More recently, Xcode 4 has stopped throwing exceptions. Each exception causes the debugger to stop UIApplicationMainwithout stack tracing.

  • I have a breakpoint at objc_exception_throw(confirmed by GDB logs)
  • Breakpoints enabled (confirmed by GDB and other breakpoints work fine)
  • LLVM GCC 4.2 - my compiler
  • Enable Objective-C Exceptions Enabled

Are there reasons why breakpoints might not work? Any flags I miss?

+3
source share
2 answers

Xcode 4 ( Apple + 6). .

: " > Objective-C " Xcode 4?

.

+3

XCode 4.2 . , - , ++. - GDB.

+1

All Articles