Firebug console: not showing console.log

只谈情不闲聊 提交于 2019-11-29 05:30:36

You have info selected, it will only show info. Click the All button!

And to show that it makes a difference, new screenshots

Firebug is officially discontinued now and the console output is broken in Firefox 51.0.1 due to a change in the Firefox internal APIs Firebug uses to access the related data. For reference, this is the error:

TypeError: ConsoleAPIListener is not a constructor console.js:149:38

Firebug users are advised to switch over to the Firefox DevTools instead. There, the console output works as expected.

Ananttah

Press CTRL-SHIFT-K to open full console. In the second row from the top there are tabs- NET, CSS, JS ... Logging. click on the dropdown next to logging and make sure that at least "log" is on.

Your messages should be visible now. Use this instead of CTRL+SHIFT+J

Sorry, but I'm a huge fan of Firebug, and I don't like the Firefox dev tools tool (inspect element).

I downgraded Firefox to version 50.1.0, and I see the console.log msgs back. https://ftp.mozilla.org/pub/firefox/releases/50.1.0/

Hope that helps other fans ...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!