Ask HN: Closest thing to Firebug for IE?

13 points by gruseom ↗ HN
What's the best Firebug-style tool that runs in IE? I'm using "IE Web Developer", which is grotesquely bad. There must be something out there that makes testing in IE bearable (preferably IE6 and up).

14 comments

[ 3.4 ms ] story [ 46.3 ms ] thread
Firebug Lite: http://getfirebug.com/lite.html

They've gotten it to come further along than I expected it would ever get.

Firebug Lite was indispensable when I was getting clipng to work in IE6. In particular I probably wouldn't have spent the time to make the page-scraping bookmarklet IE6 compatible without it.
Developer Tools for IE8 with IE8 put in IE6/7 rendering mode?
This is my recommended choice. While IE8 Beta 2 is pretty buggy, and I'm not sure it can match IE7 rending mode with 100% accuracy, its by far the best available option.
If you install visual studio express 'web developer' package, which urged strongly to install microsoft sql server and some large dot net package, you can debug javascript fairly nicely:

http://www.berniecode.com/blog/2007/03/08/how-to-debug-javas...

I use a combination of this and firebog lite, but neither is as good as firebug or safari's web developer tools.

Visual Studio 2008 with client-side debugging is pretty darn good. I use that along with firefox/firebug and have found the two to be comparable. Microsoft has done a pretty good job with the javascript debugging.
IE Web Developer toolbar for DOM / CSS inspection and tweaking, and MS Script Editor (from MS Office) for JS debugging. Wireshark for net requests dumping.

But of course Firebug is much easier to use.