我一直在尝试找到一种在移动设备浏览器中调试客户端代码的方法。对于 Android,我找到了这个:
https://developers.google.com/chrome/mobile/docs/debugging
对于 iPad/iPhone, weinre 似乎很有希望,但我无法让它工作:
http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html
有没有人能够让 weinre 与 Meteor 合作?
我一直在尝试找到一种在移动设备浏览器中调试客户端代码的方法。对于 Android,我找到了这个:
https://developers.google.com/chrome/mobile/docs/debugging
对于 iPad/iPhone, weinre 似乎很有希望,但我无法让它工作:
http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html
有没有人能够让 weinre 与 Meteor 合作?
我使用Adobe Edge Inspect取得了一些成功。我认为这与 Weinre 几乎相同(至少它使用 Weinre)。也许试一试,看看你是否有更好的运气。