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.
当 iPad 处于睡眠或锁定状态时,是否有人能够通过 Xcode 进行调试?我知道我可以运行 UIAutomation sleepForDuration() 但显然你不能在仪器中调试 Xcode?
当 iPad 锁定然后唤醒并且需要找到调试方法时,我遇到了网络连接问题。
提前感谢您的任何想法!
是的,当您的设备处于睡眠/锁定状态时,调试器仍然可以工作,因为您使用 Xcode 运行应用程序。