Firebug equivalent for Internet Explorer

debugging, firefox, internet-explorer, webdev.webserver

Solution

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

You can also use Firebug Lite in IE6+.

Problem

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

Original source