How to add Exception Breakpoint in Xcode?
int main(int argc, char *argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int retVal
Here are the steps.
Move to "Breakpoint Navigator".
Click + symbol at bottom-left corner of navigator.
Follow these steps:
command+8
in Xcode 11)You can easily add Exception Breakpoint in Xcode. See below image: