0

I am wondering whether I can somehow access list of all errors in Firefox with Firebug installed. I was trying to find some variable that stores it or read data from Firebug console. Unfortunately, with no luck. Is it possible? If so, could you please give me some hint?

Thanks a lot!

Jacek Francuz
  • 2,420
  • 8
  • 45
  • 61

1 Answers1

1

No, the Firebug Console API doesn't include any way to retrieve information from the console, it only has methods for pushing information into the console.

Matt Cain
  • 5,638
  • 3
  • 36
  • 45