是否有一种萤火虫或JavaScript控制台调试为Android?有一种、控制台、萤火虫、JavaScript

2023-09-13 02:27:27 作者:乍见之欢不如久处不厌

我正在开发移动网站。它的工作原理Firefox的桌面上。它适用于iPhone,但是当我preSS在Android 2.X(可能更低)的布通。 我的JavaScript code崩溃或什么别的......

我可以访问记录器或JavaScript控制台为这些设备?

更好的应该是一种Firebug的应用程序。

解决方案

一种选择是 weinre 。它提供了DOM和放大器;编辑风格与控制台。如果你不想设置它自己,还有托管在 http://debug.phonegap.com

另外一种选择是 JSHybugger 。这当然是最完整的调试环境可用于Android的浏览器。这是一个付费产品,但可能是值得的。

I'm developing a website for mobile. It works on Firefox desktop. It works on iPhone, but when I press a buton on Android 2.x (and maybe lower). my JavaScript code crashes or what else...

Can I get access to the logger or JavaScript console for those devices?

提高 DevTools 控制台调试 console的12 种方法

The better should be a kind of Firebug application.

解决方案

One option is weinre. It provides DOM & Style editing along with the console. If you don't want to set it up yourself, there is an instance hosted at http://debug.phonegap.com

The other option is JSHybugger. It's certainly the most complete debugging environment available for android browser. It's a paid product, but probably worth it.

 
精彩推荐