iOS 的远程调试器?我需要调试一个配件
我正在测试硬件配件,而不是模拟器。
因此,我无法调试并同时连接附件,因为在这两种情况下都需要电缆连接。
那么,有什么方法可以在 iOS 中使用远程调试器吗?或者至少,远程发送 NSLog 输出?
I'm testing a hardware accessory, with not emulator.
Because that, I can't debug and at the same time connect the accessory, because in both cases is necessary a cable connection.
So, exist any way to use a remote debugger in iOS? Or at least, send NSLog output remotely?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,不可能通过 Wi-Fi 在调试器中运行 iPhone 应用程序。然而,可以通过 Wi-Fi 运行 Instruments,这是专门针对开发硬件配件的用例而引入的。请参阅 iOS 3.1 的发行说明,其中引入了此功能: https://developer.apple.com/library/ios/#releasenotes/General/RN-iPhoneSDK-3/。
As far as I can tell, it is not possible to run an iPhone application in the debugger over Wi-Fi. It is however possible to run Instruments over Wi-Fi, which was specifically introduced for the use case of developing hardware accessories. See the release notes for iOS 3.1, in which this feature was introduced: https://developer.apple.com/library/ios/#releasenotes/General/RN-iPhoneSDK-3/.