Reputation: 3550
All of a sudden an app I've been developing is no longer outputting debug info to the console even though NSZombie is properly configured. I'm on Xcode 4.5 and tried this on iOS 5 and 6. Any clues what may be wrong here?
Upvotes: 0
Views: 1569
Reputation: 318
Some hints: - Ensure that project in Debug mode: Product - Edit scheme... => Build configuration = Debug - Add Exception break point: Switch to Breakpoint Navigator and Add Exception Breakpoint [Exception: Objective-C]
Upvotes: 3