【发布时间】:2012-05-29 05:23:08
【问题描述】:
我目前正在开发一个 Firefox 扩展程序。我使用dump() 函数。但是消息没有显示在控制台中。我已经在about:config 中将browser.dom.window.dump.enabled 的值更改为true,并从类似firefox.exe -console 的命令行重新启动了firefox。我仍然看不到dump() 消息。可能有什么问题?
顺便说一句,是否有任何插件可以显示dump() 消息而无需在命令行firefox -console 中重新启动firefox?
【问题讨论】:
标签: firefox firefox-addon