我正在使用Add-on Builder创建Firefox扩展程序但似乎无法调试应用程序。
我试过了:
console.log()
Firebug.Console.log()
alert()
请帮我调试这个坏男孩......
答案 0 :(得分:2)
正如文档所说,你use console.log()
。消息将显示在错误控制台中,您可以通过Ctrl-Shift-J快捷方式打开它。您也可以从Web Developer菜单打开它,但从Firefox 4开始,它需要将devtools.errorconsole.enabled
首选项设置为true
。