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?
source
share