Note that Firebug Lite development is abandoned for years now. So I suggest you either switch to Firebug (the Firefox extension), or in case you want to keep using Chrome for debugging use their DevTools, or use the Firefox built-in DevTools, which allow to debug both browsers, Firefox normally and Chrome via remote debugging <https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging>.
Sebastian On Friday, March 6, 2015 at 8:47:34 PM UTC+1, Richard Penman wrote: > > Did you work out a solution? > I am experiencing the same error when viewing this website: > https://www.bmw.it/it/index.html > > > On Monday, December 1, 2014 at 5:21:59 AM UTC+11, Darryl Rubarth wrote: >> >> >> When I try to open Firebug Lite in Chrome on some sites, I get the >> following errors. I've removed and re-installed the extension. I can see >> these errors when I just open the Javascript console. >> >> *(x)Uncaught TypeError: Cannot read property 'push' of undefined * >> >> *chrome-extension://bmagokdooijbeehmkpknfglimnifench/firebug-lite.js:30905 * >> >> *(2) Uncaught TypeError: Cannot read property 'toggle' of undefined * >> *(program):1* >> >> The specific function of code in firebug-lite.js for the first error is >> below. It appears that messageQueue is somehow no longer an array. The >> sites I've seen this on are AngularJS sites. >> >> this.logRow = function(message, className) >> { >> var panel = this.getPanel(); >> >> if (panel && panel.panelNode) >> this.writeMessage(message, className); >> else >> { >> *this.messageQueue.push([message, className]);* >> } >> >> return this.LOG_COMMAND; >> }; >> >> Below is a link to an Angular demo page that I'm having this issue with. >> >> http://angular.github.io/angular-phonecat/step-12/app/#/phones >> >> Please let me know if others have the same problem opening Firebug Lite >> in Chrome for this page. >> >> thanks! >> >> >> -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/6e7d9d81-8b18-4eb1-a6a8-727583adbfdf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
