Firebug is released as v1.0 beta2
Stefan posted in JavaScript, Mozilla on December 4th, 2006
Firebug is a marvelous tool to help in development with Bindows. As it is closing in on the full 1.0 release there are some truly impressive features included such as profiling of javascript code and monitoring of network activity.
There is a special version which works in IE, Firefox and Opera called Firefox Lite which opens up for easy debugging in those platforms also.
It is also possible to edit and visualize CSS and HTML-information live in the browser to tailor different properties and much much more…
Unfortunately the Firebug debugger is not (yet?) capable of showing javascript code which is loaded dynamically using the XMLHttpRequest. All references are made to the included script which has loaded the script.
Go check it out at http://www.getfirebug.com and support the guy who is making this very useful tool!
