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?
Laustralien
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()
来源:https://stackoverflow.com/questions/24813886/how-to-solve-cannot-read-property-push-of-undefined-in-firebug-lite