How to add Exception Breakpoint in Xcode?
int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal
You can easily add Exception Breakpoint in Xcode. See below image: