views:

98

answers:

4

The question says it all. Inter Explorer's lack of standard compliance has struck, and driven me to the brink of madness. Does anyone know of a Firebug equivalent for IE8?

+3  A: 

Download the internet explorer developer toolbar

http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en

Joe Pitz
+3  A: 

Firebug Lite

Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari?

The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named "Firefox".

Firebug Lite creates the variable "firebug" and doesn't affect or interfere with HTML elements that aren't created by itself.

James Kolpack
+1  A: 

Hi

Use Developer Tools for IE8

cheers

Andriyev
Thanks Andriyev, but I find using them more of a pain than help! Maybe I'm ignorant of this feature, or too used to Firebug, but I don't find them intuitive.
Mel
+3  A: 

You may be surprised, but Visual Studio is a great tool for debugging Javascript (or JScript, as MS calls it). Just attach an IE process, view the running scripts and set breakpoints wherever you like. As for DOM inspection, it can't help you there. But it's how I debug in IE.

Robusto