How to add Exception Breakpoint in Xcode?

前端 未结 3 1469
孤城傲影
孤城傲影 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条回答
  •  半阙折子戏
    2020-11-21 06:36

    Here are the steps.

    • Move to "Breakpoint Navigator".

    • Click + symbol at bottom-left corner of navigator.

    enter image description here

    • You should see this.

    enter image description here

提交回复
热议问题