Use firebug in Internet Explorer All versions Support

Introduction

 
Developers working with firefox will be familiar with the Firebug tool. Pretty handy to fix the Javascript and other CSS problems. Now it really feels handicapped situation when we need to test the Web application on IE and some issue appears in UI or Javascript. Then firefox natives start missing their lovely firebug tool.
 
But hey! now you can have your Firebug lite version in your IE of any version.
 
How?
 
just put this line in your Development Code
  1. <script type="text/javascript" src="http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js"></script>  
and you are back in action :))
 
BUT please make sure you remove this line before pushing your CODE to the Test environment.
 
Another testing team will fire a bug back to you:PP :D
 
Cheers!!