Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在模拟器中,当我点击“运行”按钮时,我的应用程序崩溃了。但是,如果我先点击“停止”然后从模拟器中“运行”该应用程序,它就像一个魅力。
有谁知道出了什么问题?
禁用应用程序中的每个断点并再次运行。您的应用程序没有“崩溃”,调试器正在停止它,以便您可以单步执行您的代码。然后当你退出它时,它不再处于调试模式,因此断点被忽略并且你的应用程序执行就像它们从未被放置一样。