How to solve "cannot read property 'push' of undefined" in Firebug Lite?

2.3k Views Asked by At

I'm using Chrome on OS X (Maverick) and got some issues opening Firebug Lite for testing an AngularJS application. There was a message:

cannot read property 'push' of undefined firebug-lite.js 30905

How can this problem be solved?

1

There are 1 best solutions below

0
Laustralien On

I've found the answer in a Firebug discussion group thread.

Firebug Lite stores some info about its activation in the browser's local storage. To clear the local storage and by that reset the activation information execute this via the devtools' command line:

window.localStorage.clear()