IcEbug script files put a wealth of web development tools at your fingertips. Its general purpose is to offer firebug capabilities in Internet Explorer where it can debug, and monitor CSS, HTML, and JavaScript.

Addressing Current Issues

There is still work to be done on this project, first is monitoring the modifications to the DOM, currently the only monitoring is being done in the Markup View. The markup view is regenerated ever time an ONPROPCHANGE call is fired. This can be real bad if for example you have a script that changes 100 values, the code is regenerated 100 times, an idea I have to solve this problem is to build xPaths for the element firing the even and to compare to the markup table, if it finds a match, it updates only that code.

Bugs

Well first of all i should make a list.

  1. The collapser doesnt work for the DOM View

Support

This version of derived firebug, IcEbug is suported on IE6, IE7, Limited Firefox Support and Opera. This code does not function with Internet Explorer 5.5 and below, due to limited DOM, XML and XHTML support.

In my opinion you should not be using Internet Explorer, but if it is nessary and you must make sure you application works in IE, This does!