1

我基本上是在使用 Firefox Add-On SDK 向小部件添加面板。我已经将我的 HTML 文件与我的 CSS 和 JavaScript 一起放在了数据目录中。该页面不起作用,我正在尝试查看是否有任何错误。但是,没有安装 Firebug,所以我似乎无法找到我的 JavaScript 错误发生在哪里。有人有什么主意吗?

4

1 回答 1

1

If you don't want to install firebug, you can try the basic error console (CTL+SHIFT+J by default).

If you want another plugin than firebug then you can use 'web developer' (https://addons.mozilla.org/en-US/firefox/addon/web-developer/) which will give you a JS console among other things.

于 2012-06-20T21:55:46.987 回答