如何在Mango中测试快速应用程序切换?
我想测试快速应用程序切换是否在 Mango 中起作用。我从 IDE 启动应用程序,它启动模拟器。然后我离开该应用程序(通过单击模拟器上的 Windows 按钮)。然后我从电话返回到应用程序。
但是,IDE 失去了与模拟器的连接,我无法调试重新激活应用程序时发生的情况。
有办法做到吗?
I want to test out whether fast application switching is working in Mango. I start the app from the IDE, it kicks off the emulator. I then move away from the application (by clicking the Windows button on the emulator). Then I go back into the application from the phone.
However, the IDE loses connection to the emulator and I can't debug what happens when the app is reactivated.
Is there a way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的调试会话似乎继续工作。我开始调试应用程序,点击模拟器上的开始按钮,这将我带回到开始屏幕,然后我点击模拟器上的后退按钮,我的应用程序回来了,然后我点击了插入断点的按钮,我到达了断点。这是您使用模拟器执行操作的顺序吗?
可以肯定的是,我只是使用点击/按住后退按钮做了同样的事情,而且效果也很好。
My debug session seems to continue working. I started debugging an app, tap the start button on the emulator, which took me back to the start screen, then I hit the back button on the emulator, my app came back, and I hit a button where a break point was inserted, and I hit the break point. Is this the order you're doing things in with the emulator?
Just to be sure, I just did the same with using tap/hold on the back button, and it worked as well.