Frequently Asked Questions
I am unable to see styles in the Style tab. What is wrong?
There are two possible reasons for this error. The first possibility is that you may not have not installed DOM Inspector. If so, you will need to re-install Firefox and choose DOM Inspector in the installer options.
Some users who already have DOM Inspector may experience this problem if they have upgraded Firefox from 1.5 to 2.0. I am not yet clear why, but an essential component that Firebug depends on is missing on these users' systems. Please read this topic on the Firebug Discussion Group where many users have found a solution to the problem.
I want to use "console.log()", but it doesn't work in Internet Explorer or other browsers. What can I do?
You'll want to try Firebug Lite, a JavaScript library that embeds a simplified version of the Firebug console in your pages. This will allow all calls to functions of the console object to work in other browsers.
Firebug crashes immediately when I try to open it.
The most likely cause for this is the Sothink SWF Catcher extension. If you have this extension installed, disabling it will allow Firebug to work properly.
The SWF Catcher is not compatible with Firefox 2.0, and causes some extensions like Firebug to crash. Please contact Sothink and ask that they fix their extension
Why doesn't Firebug work on Linux?
Firebug does work on Linux, but some distributions don't compile Mozilla correctly, and it is missing the components that Firebug depends on. Even more common is the case of individual Linux users compiling their own Firefox binaries incorrectly.
If you compile your own Firefox, please read this topic on the Firebug Discussion group for information how to make a Firebug-compatible build.
Why don't XMLHttpRequests work after using permissions manager to enable privileges?
Unfortunately, there is a bug in Firebug that prevents enablePrivilege from allowing XMLHttpRequests to external domains.
To work around this problem, select "Disable Network Monitoring" from the Options menu in Firebug's Net tab.
In Firebug 0.4 there was an "Events" tab, but I can't find it in Firebug 1.0.
The "Events" tab has been replaced with the ability to log events to the "Console" tab. Right click on an Element and you will see the "Log Events" menu item. Check that, and then you will see the events on the console.
