Debuging to simulator crashes with "exited with status 5" unless I have breakpoint

Posted by tigermain on Stack Overflow See other posts from Stack Overflow or by tigermain
Published on 2010-03-24T00:01:49Z Indexed on 2010/03/24 0:33 UTC
Read the original article Hit count: 322

Filed under:
|

For some reason the app I am working on has very bad PMT! Literally! Most of the time I cannot debug using the simulator without putting a breakpoint in my AppDelegate. If I don't it exists with "status 5". If I put a break point in and simple continue it works perfectly well, it also works if I run the app in the simulator when not connected to the GDB.

I have tried the source on a second machine with exactly the same results. I dont have this issue building to the device?!?!?!

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk