Subscribe

Easy way to debug Javascript in IE6

While at work today, I found myself chasing a Javascript bug in IE6. For any of you who have even attempted to do such a thing, you know this is no small task. IE6 has a habit of giving generic error messages on non-existing lines of code.

So I went on a search looking for some kind of alternative to this and buried deep within the caves of the internet I found a solution.

It’s called Web Development Helper and it integrates directly into Internet Explorer 6. This plug in has a DOM inspector that allows viewing of all elements, selected elements, or elements matching an ID or CSS class (along with their attributes and styles), logging of HTTP / HTTPS requests that are initiated by the browser or through AJAX, the ability to trap specific script errors and to see detailed error messages, and much more.

The only down fall to this plug in, is that it actually locked up my IE6 a couple of times. Other than that, I highly recommend this product for people that are concerned with web sites that are compatible in multiple web browsers.

It’s free and you can download it from here: http://projects.nikhilk.net/WebDevHelper/Default.aspx

Author: Adam Parker

Enjoy this Post? Share it on your favorite social bookmarking site...

 

Submit to Mixx Submit to StumbleUpon Submit to Delicious Submit to Digg

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

3 Comments

Tim Reynolds

December 7th, 2008

Nice post. Thank you for the info. Keep it up.

Dennis

January 26th, 2009

Nice! I have used this app once or twice. But mainly I love Firebug! But still nice find on this one!

dudeguy

February 3rd, 2009

It’s ok to have a comment.

Leave a Reply

Related Posts

Check out some more great tutorials and articles that you might like.