gpt4 book ai didi

objective-c - 使用 iOS Simulator 和 XCode 4 调试应用程序会在 main() 函数中停止,而不是崩溃源

转载 作者:太空狗 更新时间:2023-10-30 03:49:06 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Xcode 4.2 showing the wrong line of code on error

Xcode 4 的调试器似乎不会在 iOS 模拟器崩溃原因附近的任何地方停止执行。假设我在我的代码中引入了一个错误,可能是这样的数组越界错误:

NSMutableArray * test = [[NSMutableArray alloc] initWithCapacity:5];
[test insertObject:@"Hello" atIndex:10];

当应用程序不可避免地崩溃时,我被带到 main.m 中的 main 函数,调用堆栈(“By Thread” View )上没有任何内容帮我找出问题所在。

构建属性中是否缺少调试设置?如果有帮助,这是 Snow Leopard 上的 Xcode 4.2。

谢谢

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