Top "Firebug" questions

Firebug was a Firefox extension, which allowed the debugging, editing, and monitoring of any website's CSS, HTML, DOM, JavaScript, network traffic and cookies.

How do I dump JavaScript vars in IE8?

I have an object I need to examine in IE8. I tried the developer tools and console.log, their Firebug …

javascript internet-explorer-8 console firebug ie-developer-tools
How to install Firebug lite IE8?

So we have reached that stage in a web dev project where we need to see how things look in …

internet-explorer-8 firebug ie-developer-tools
How can I debug a minified JS in firebug?

I have a web page which includes insane amount of minified JS files. The web page works perfectly fine on …

javascript debugging firefox firebug
How to debug Greasemonkey script with the Firebug extension?

I didn't find a way to debug Greasemonkey scripts with the Firebug extension. Does anyone know how to do this ? …

debugging firebug greasemonkey
Firebug is not working with Firefox version 50.0

I am using Firefox 50.0. After auto update of Firefox to version 50.0, Firebug has stopped working and attempting to use it …

firefox firefox-addon firebug firefox-developer-tools
How to debug CSS/Javascript hover issues

I often find myself wanting to debug CSS layout issues that involve DOM changes caused by Javascript in reaction to …

javascript html css firebug hover
How to view "generated HTML code" in Firefox?

If using Firebug, we can click on the HTML tab, and click to expand each element to see the generated …

firefox code-generation firebug firefox-addon web-developer-toolbar
Passing multiple arguments to console.log

I have a utility function that wraps console.log with a condition, so we only call console.log if we're …

javascript console firebug developer-tools
How to enable YSlow in Firefox?

I have installed the latest versions of YSlow and Firebug into the latest version of Firefox on Windows 7 (and restarted …

firefox firefox-addon firebug yslow
How to debug web workers

I have been working with web workers in HTML 5 and am looking for ways to debug them. Ideally something like …

javascript html google-chrome firebug