Firebug equivalent for Internet Explorer

42,795

Solution 1

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

You can also use Firebug Lite in IE6+.

Solution 2

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

Solution 3

Also wanted to mention, for network analysis, similar to Firebug's Net tab, I don't think IE dev tools offers as good an alternative. You can then use Fiddler/Fiddler 2 and it's related plugins.

And another option for that that I like is ieHttpHeaders. It won't give you HTTP response body/data but it gives you the HTTP request headers + HTTP POST parameters (excluding file uploads, binary data, and multi-part form POSTs), and HTTP response headers. Good tool to have as companion to your other IE tools.

Solution 4

Go to Settings and select F12 Developer Tools in IE. I use IE10 and it works.

You can also press F12.

The usage is similar to Firebug. I like this interface more, it shows the color of all color-hex values for easy reference.

Share:
42,795

Related videos on Youtube

kabir
Author by

kabir

Updated on July 05, 2022

Comments

  • kabir
    kabir almost 2 years

    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

  • jamil ahmed
    jamil ahmed over 13 years
    Later versions of IE actually have this built in. Try pressing F12.
  • panzi
    panzi over 12 years
    I think the IE Developer Toolbar is a joke. I isn't at all comparable with Firebug or the WebKit/Chrome Inspector. And I never got Firebug Lite to work. :/
  • georgephillips
    georgephillips about 12 years
    If you can't get it to work try using the debug channel. It forces firebug to show regardless of the environment. This solved it for me in IE9 because the developer toolbar is seen as a version of firebug
  • Dejan Janjušević
    Dejan Janjušević over 11 years
    DebugBar can't debug jQuery UI, don't know about Firebug, but I'm still forced to use Firefox + Firebug for proper debugging
  • Naypa
    Naypa almost 9 years
    This Works for Internet Explorer 9 and up. Nowadays it is the best solution. You don't need to install anything..
  • Fandango68
    Fandango68 almost 8 years
    DebugBar is useless without actual debugging feature!
  • Fandango68
    Fandango68 almost 8 years
    Yeah but how do you debug Javascript in IE8? I've set breakpoints, but the entire jscript function runs anyway! useless