How to add Exception Breakpoint in Xcode?

前端 未结 3 1396
孤城傲影
孤城傲影 2020-11-21 06:22

How to add Exception Breakpoint in Xcode?

int main(int argc, char *argv[]) {

    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    int retVal         


        
3条回答
提交回复
热议问题