开发者

Why doesn't Xcode 3.2.3 stop debugging my application when I hit home in the Simulator?

开发者 https://www.devze.com 2023-01-11 17:49 出处:网络
Good Day! i have installed xcode latest in my snow leopard, now i have a question that when i run my project i开发者_C百科n xcode, and then stop it from simulator, but the xcode still shows that the

Good Day!

i have installed xcode latest in my snow leopard, now i have a question that when i run my project i开发者_C百科n xcode, and then stop it from simulator, but the xcode still shows that the app is running. so if i have to run it again, it will ask to rebuild like it was running and i want to run it again. i want to know that whether its an issue or bug, or its ok to be like this. and there is no issue in that.

One more thing, that now when i stop, the debugger is not sent any "KILL" or "END" or anything to show that app is ended.

please looking forward for this problem.

Thanks & Regards.


iOS 4.0 allows backgrounding, so your app can still be running when you quit it.

If you double-click the home button, tap-hold on your app icon, and press the red -, it will quit. You can also press ⌘. from Xcode to stop it.

0

精彩评论

暂无评论...
验证码 换一张
取 消