Hi,
Is there a good alternative to Firebug that I could use with IE 7 and 8?
I'm interested in modifying CSS/HTML on the go, as well as debugging some of the java script and viewing the positions of certain elements on the page.
THank you
Hi,
Is there a good alternative to Firebug that I could use with IE 7 and 8?
I'm interested in modifying CSS/HTML on the go, as well as debugging some of the java script and viewing the positions of certain elements on the page.
THank you
I don't think you get something like firebug for the IE but you can debug your page by checking
the Disable Script Debugger
from the IE Tools options.
Press F12 (or Tools/Developer Tools on menu) in IE to open the Developer Tools - this has some of the functionality of Firebug, including editing CSS on the go and debugging Javascript
IE8 (also IE7) comes with Developer Tools. You can use it for debugging and a lot of things.
There is something called firebuglite which is a subset of firebug. It works in IE6+ browsers. Checkout the following link for more info:
The best JavaScript debugger for IE is probably Visual Studio. Developer Tools would probably cover your needs, but if you feel you need more power then check out Visual Studio. There's a free version, haven't tried the 2010 version though.