除非我有断点,否则使用“退出状态5”调试模拟器崩溃

时间:2010-03-24 00:01:49

标签: iphone

出于某种原因,我正在处理的应用程序的PMT非常糟糕!从字面上看!大多数时候,如果不在我的AppDelegate中放置断点,我无法使用模拟器进行调试。如果我不存在,则“状态5”存在。如果我设置一个断点并且简单继续它可以很好地工作,如果我在未连接到GDB的情况下在模拟器中运行应用程序,它也可以工作。

我在第二台机器上尝试了完全相同的结果。我没有将此问题构建到设备上?!?!?!

由于

2 个答案:

答案 0 :(得分:1)

来自:http://forums.pragprog.com/forums/100/topics/2168

Sep 14, 2010 9:55am

Mark Allen
(1 post)
I had this too. Fortunately I had the project under source control, so I did
a diff and realised the project file is not the culprit. Turns out there is no
need to create new projects or anything. Just delete your personal settings files
for the project. They will be username.mode1v3 and username.pbxuser. I didn’t 
figure out which file was the cause, but deleting them sorted it out.

答案 1 :(得分:0)

我有同样的问题。重新启动X-Code没有帮助。

帮助清除了所有断点。

从X-Code菜单中,单击Run - >显示 - >然后,从断点屏幕断点删除所有断点。关闭模拟器,然后重建项目。

问题解决了我。