关于调试:如何摆脱 Firebug 中的这些持久警告/错误?

How can I get rid of these persistent Warnings/Errors in Firebug?

以下是始终出现在 Firebug 控制台中的警告/错误示例,无论我尝试调试什么页面或内容:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Use of Mutation Events is deprecated. Use MutationObserver instead.
[Break On This Error]  

...ch(c){return _.t}},stringify:function(f){function g(c){return h.call(this,c,a)}v...

cb=gapi.loaded_0 (line 27)

The Components object is deprecated. It will soon be removed.
[Break On This Error]  

...js -> resource://jid0-agjxxzys0rt1uudxcyinrjbgttc-at-jetpack/api-utils/lib/sandb...

content-proxy.js (line 7)
<System>

Exposing chrome JS objects to content without __exposedProps__ is insecure and deprecated. See https://developer.mozilla.org/en/XPConnect_wrappers for more information.
[Break On This Error]  

...sh.js -> resource://jid0-agjxxzys0rt1uudxcyinrjbgttc-at-jetpack/api-utils/lib/sa...

worker.js (line 130)
<System>

这是截图:http://snaps.vertigofx.com/009/snap000025_2013-04-16_23.01.06.png

几周前,我做了一些研究,希望找到一种方法来消除这些持久性消息,但无济于事。我真的很想摆脱这些,因为我经常使用 Firebug,它们变得非常分散注意力。我看到红色,我会自动认为我的代码有问题,无论我多么"习惯它",我想我可能是。

想一想,我之前可能已经在 SO(或其他网站)上发布过这个问题,但没有得到任何有用的答案。我希望这一次我能找到解决办法。

(仅供参考,我认为如果 Firebug 能够忽略特定事物并抑制有关这些特定事物的任何错误/警告/消息,那就太好了)


只是为了复制我在 Firebug 讨论组帖子中的回答:

取消选中控制台面板选项显示 Chrome 错误和显示 Chrome 消息。这样做 Firebug 不再将这些类型的消息记录到其控制台。

您还可以通过选项菜单设置许多其他过滤器。

塞巴斯蒂安