Webkit 调试工具
我可以使用哪些工具来调试移动 webkit 网站?
有没有比“Firebug for iPhone”更好的工具,或者“Firebug for iPhone”几乎是最好的工具?
谢谢,
球座
What tools can I use to debug mobile webkit sites?
Is there a better tool than "Firebug for iPhone" or is "Firebug for iPhone" pretty much the best tool out there?
Thanks,
Tee
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不使用 Safari 及其开发工具呢?您可以将用户代理字符串设置为 iPhone 的用户代理字符串并从那里开始工作。此外,您还可以完全访问标准 WebKit 的开发工具。
Why don't you use Safari and its developer tools? You can set your User-Agent string to an iPhone's user agent string and work from there. Besides, you get full access to the standard WebKit's develoepr tools.
在我看来, Weinre 是最好的东西:
一个挂钩的客户端/服务器解决方案进入 Safari 或(更好的)Chrome 的开发者工具。
In my opinion, Weinre is the best thing out there:
A client/server solution that hooks into Safari or (better) Chrome's developer tools.