gpt4 book ai didi

iphone - XCode 4.2 : when app crashes, 线程很少显示调用堆栈

转载 作者:行者123 更新时间:2023-12-03 18:27:19 26 4
gpt4 key购买 nike

自从我安装了最后一个 xCode(我之前的版本是 3.xx)以来,我很难调试崩溃的应用程序。事实上,调用堆栈通常是空的。显示的方法是

int main(int argc, char *argv[]) {   
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, nil, @"MyAppDelegate");
[pool drain];
return retVal;
}

例如: Empty call stack !

有人注意到这一点吗?它与以前的 XCode 在同一个项目上运行得很好。有什么解决办法吗?

最佳答案

尝试在断点面板上设置异常断点:

enter image description here

enter image description here

关于iphone - XCode 4.2 : when app crashes, 线程很少显示调用堆栈,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9264242/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com