【发布时间】:2011-10-09 05:59:14
【问题描述】:
在 Google I/O 2011: Chrome Dev Tools Reloaded,Paul Irish 和 Pavel Feldman 介绍了新的 remote debugging 功能 - 顺便说一句 included into webkit。
--
这是个好消息,尤其是对于移动网络开发人员而言。
但是我们如何启用它,例如启动 IOS 模拟器,或者只是在 iPhone 上运行 Safari Mobile? (对于 chrome,这通常是在启动时使用 --remote-debugging-port=9222 选项完成的)。
我尝试在 Safari 设置中启用开发者模式 (Settings > Safari > Developer > Debug Console: ON) 但没有成功...
我不知道这里的 android,但有谁知道 Apple(Safari Mobile)或 Google(android 的浏览器)何时会包含这个新功能,以便我们可以在移动开发中享受远程调试?
谢谢。
参考:http://paulirish.com/2011/a-re-introduction-to-the-chrome-developer-tools/#comment-63113
【问题讨论】:
标签: mobile webkit mobile-safari remote-debugging