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 to increase number of Call Stack entries in Google Chrome Developer Tools (or Firefox)?

How to increase number of Call Stack entries in Google Chrome Developer Tools (or Firefox Firebug)? I am getting a …

javascript google-chrome firebug google-chrome-devtools
Sending "var_dump" to FireBug console

As you know var_dump() in addition to value show its data type and length. Is there any way to …

php firebug var-dump firephp
What are the alternatives to the Firefox Developer Tools?

Since last few updates of Firefox our beloved Firebug is integrated into the Firefox Developer Tools and a lot of …

firefox firebug firefox-developer-tools
What is the equivalent to Firebug DOM tab in Chrome Dev tools?

I am used to using DOM tab to inspect global JS variables that are present on the page in Firebug. …

javascript google-chrome firebug google-chrome-devtools
"Image corrupt or truncated" shown in firebug once in a while

I got an image banner in my home page. I use nivo slider to show the image slideshow and it …

jquery image firebug nivo-slider
firebug: is it possible to save output to file?

I have a test engineer to reproduce bugs for me, the bug is random so I want him to save …

javascript firebug
when inspecting a page with firebug, what is the yellow area below the highlighted element?

When I am using Firebug in "inspect mode" and the mouse hovers over an html table element, the visible content …

html css firebug
Interacting with require.js modules from the Firebug/Chrome console?

I'm just getting started with require.js. I have successfully wrapped jquery, some plugins, and a couple of my own …

javascript firebug google-chrome-devtools requirejs
Replace remote JavaScript file with a local debugging copy using Greasemonkey or userscript

While debugging a client app that uses a Google backend, I have added some debugging versions of the functions and …

javascript google-chrome firebug greasemonkey
How do I clear all Firebug JS breakpoints?

I seem to have a strange Firefox/Firebug issue where Firebug is suspending JS due to invisible/corrupt breakpoints. (Firefox 3.6.17, …

javascript firebug breakpoints