I could need some help with Javascript and IE debugging
by jcf. Average Reading Time: less than a minute.
I’m working on an AJAXy application that works just fine and dandy with Safari, Firefox and Opera. And it works so so on IE6 and IE7. I have tried to come to grips with IE and script debugging but given up in disgust. Is there anyone out there that
a) understand Javascript b) has a script debugger environment setup for IE6 or IE7 (I guess that fixing the bug for one browser fixes it for the second one as well) c) has about 10 minutes of time to diagnose the problem
If you are that person, please contact me at jcf@invisible.ch for details
Technorati Tags: ie, internet explorer, javascript, debugging, puppy, rails

Hi,
You can try the Companion.JS :
http://www.my-debugbar.com/wiki/CompanionJS/HomePage
This is a free javascript tool for IE, that gives detailled information about javascript errors.
It is an early version, but should improve into a real JS debugger.
You can also send me a link to your page with the problem for debugging.
Regards.
JFR
Firebug (http://www.getfirebug.com) got a javascript library for debugging in IE.