Today I installed a tool “Companion JS”, which is a javascript / HMTL tool that is based on Firebug for Firefox with the main difference that it works in IE.
This tool is absolutely a “must-have” for all the webdesign IE users.
You all know the yellow alert sign when a javascript error occurs in IE.
When you double click it, you will get an window telling you what whent wrong and where the error is located.
But the default error handlers is totally wrong and incorrect.
This is why the Companion JS is so easy.
It provides much more detailed Javascript debugging details and it works perfect with IE.
It gives you the correct error on the right line and you can even click the error to go to the code view of the code.
You can find all info here: http://www.my-debugbar.com/wiki/CompanionJS/HomePage
June 25th, 2008 at 09:38
[...] kind people from DebugBar (IE alternative for Firebug, like mentioned in a previous post “Firebug for IE“) created a new tool “IETester”. This is 1 tool which has all the different [...]