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 can I edit javascript in my browser like I can use Firebug to edit CSS/HTML?

Within JSP files, I have some pretty complicated Javascript. On a production machine, we're seeing a very weird bug that …

javascript browser firebug
"element.dispatchEvent is not a function" js error caught in firebug of FF3.0

i am getting the following error while loading my index page in FF3.0. Sorry, i am unable to paste the …

javascript firebug element dispatchevent
Firebug like plugin for Safari browser

Is there a development tool plugin for Safari much like how there exists the Firebug plugin for Firefox?

safari firebug
Best Way to View Generated Source of Webpage?

I'm looking for a tool that will give me the proper generated source including DOM changes made by AJAX requests …

html xhtml firebug w3c web-developer-toolbar
Wireshark vs Firebug vs Fiddler - pros and cons?

Recently, I came across an issue where a CGI application is not responding. Symptom is Firefox displaying: Transferring data from …

debugging web-applications firebug fiddler wireshark
Suggestions for debugging print stylesheets?

I've recently been working on a print stylesheet for a website, and I realized that I was at a loss …

css printing firebug google-chrome-devtools web-inspector
How to call a function inside $(document).ready

Im trying to debug my web app that uses jQuery. In firebug im calling functions inside the $(document).ready.. function …

jquery debugging firebug
How to edit JavaScript in Firebug?

I am only able to view the JavaScript files of the website via the Script panel. How can I edit …

javascript firebug edit
Find out whether Chrome console is open

I am using this little script to find out whether Firebug is open: if (window.console && window.console.…

javascript google-chrome firebug google-chrome-devtools
jQuery select list removes all options

I have a <select> list, which has been populated with several options, but want to remove those options …

javascript jquery select firebug