Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug equivalent for Internet Explorer

I am looking for a tool/add-on like Firebug on Firefox ( that is immensely useful for debugging web applications) which works for Internet Explorer. Any suggestions ?

-thanks

like image 207
kabir Avatar asked Dec 09 '10 05:12

kabir


People also ask

Can we use Firebug in IE?

Installing Firebug on IE, Safari, Chrome or OperaFirebug Lite provides you with the same inspections capability that regular Firebug does. You can click the Inspect button and hover over sections of the page to view the computed style and DOM properties for the tag selected.

What is the replacement for Firebug in Firefox?

The Firebug web development tool, an open source add-on to the Firefox browser, is being discontinued after 12 years, replaced by Firefox Developer Tools.

When was Firebug discontinued?

Firebug was discontinued last year (2017). So it's sad that Firebug is now reaching end-of-life in the Firefox browser, with the release of Firefox Quantum (version 57) next month. The good news is that all the capabilities of Firebug are now present in current Firefox Developer Tools.

What does Mozilla Firebug do?

Firebug is a discontinued free and open-source web browser extension for Mozilla Firefox that facilitated the live debugging, editing, and monitoring of any website's CSS, HTML, DOM, XHR, and JavaScript.


2 Answers

Microsoft provides the IE Developer Toolbar which provides similar functionality to Firebug.

You can also use Firebug Lite in IE6+.

like image 116
gutch Avatar answered Sep 20 '22 14:09

gutch


Check this Firebug Lite For IE. Also there is DebugBar, IE developer toolbar are few other names.

like image 31
Chinmayee G Avatar answered Sep 17 '22 14:09

Chinmayee G