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
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.