
asked by Jake, a Web Developer from New York
The lack of proper error reporting in IE is daunting for new developers, but there are some add-ons that can help manage javascript errors for IE6.

Microsoft makes a ‘Microsoft Script Debugger‘ but its about as useless as IE6 itself.
An installation guide is available here.

A better alternative is the ‘Microsoft Script Editor’.
An installation guide is available here.

Another Interesting approach is ‘Firebug Lite‘ which mimics the Firebug firefox extension.
From the developers - http://www.getfirebug.com/lite.html
First, download firebuglite.zip and unzip it into any directory on your web server. Then insert this line of code into any page that you want to contain Firebug:<script language=”javascript” type=”text/javascript” src=”firebug.js”></script>
Firebug Lite won’t intrude on your page until you open it yourself. Just hit the trusty F12 key to open the console - it will appear at the bottom of the page just like the real Firebug.
See more posts under: Tips & Tweaks
OR see posts tagged with: debugging | internet explorer | javascript
You may also like:
OR follow on Twitter
Twitter.com/DeDestruct
Comments
Hi,
You can also use DebugBar (http://www.debugbar.com) and Companion.JS (http://www.my-debugbar.com/wiki/CompanionJS/HomePage) for debugging on IE.
DebugBar adds DOM inspector, http sniffer, javascript inspector and other tools (validator, zoom, etc…)
Companion.JS gives detailled info on JS errors, “console.log” feature like Firebug and javascript console.
Hope this helps.
JFR
DebugBar
I am using Firebug for all my web development activities. This little tool comes handy for my blog development. But I have not tried Microsoft’s Script editor before.
Brilliant!
Thanks for posting that article. It helped me a lot in pinpointing js error under IE6.
Trackbacks
Leave a reply