I'm running my app in Xcode 4 using the simulator. Whenever an exception is thrown and the debugger shows me the line at which it crashed, Xcode wont allow me to kill the app. I can edit my code, even rebuild it, but I can't terminat开发者_如何学Pythone the current run. I have been killing Xcode all together and restarting, but there has to be something I'm missing, right?
When i first downloaded Xcode it did the same thing to me but a clean Re- Install fixed it for me.
What happens when you go to the debugger console and enter "kill"? It should ask you to confirm that you want to kill the running inferior process, and once you confirm that, the inferior (the application it's debugging) should be murdered.
精彩评论