Xcode中的异常断点 [英] Exception Breakpoint in Xcode

查看:152
本文介绍了Xcode中的异常断点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Xcode中添加异常断点?

How to add Exception Breakpoint in Xcode?

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

    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    int retVal = UIApplicationMain(argc, argv, nil, @"AppController");
    [pool release];
    return retVal;
}

我的项目在以下代码中随机崩溃,在谷歌搜索,有些人建议添加异常断点。我通过点击源代码行添加了断点。编辑断点不允许我改变类型。如何添加Exception Breakpoint以及添加位置? (在AppDelegate?

My Project randomly crashed in below code, searched in google and some one suggested to add Exception Breakpoint. I added break point by clicking on source line..Editing breakpoint not allow me to change type. How to add Exception Breakpoint and where to add? (in AppDelegate?

推荐答案

您可以在Xcode中轻松添加异常断点。见下图:

You can easily add Exception Breakpoint in Xcode. See below image:

这篇关于Xcode中的异常断点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆