I am trying to test something, and for one reason or another, while working in the Firebug console, I am unable to create an array of script tags on the HTML page using the
You have info selected, it will only show info. Click the All button!
And to show that it makes a difference, new screenshots
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
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.
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 ...