The Problem
I\'m writing a Cocoa application and I want to raise exceptions that will crash the application noisily.
I have the following li
Maybe you can use NSSetUncaughtExceptionHandler, or create a category on NSApplication that overrides -reportException:, as suggested at http://www.cocoadev.com/index.pl?StackTraces