debugging with internet explorer
Posted
by baiano
on Stack Overflow
See other posts from Stack Overflow
or by baiano
Published on 2010-04-12T00:37:00Z
Indexed on
2010/04/12
0:43 UTC
Read the original article
Hit count: 310
I have some code that I thought I had written so that it would play nice on IE. But apparently it does not. I use IE8 for my testing and get quite frustrated with the built-in debugging 'tool'. I found that firebug has a javascript tool that debugs for IE but I have to click it for every page, wait for it to load and then test my script. Is there a way to make IE ALWAYS load the firebug .js file? I tried searching for way to set up a custom header file for my IE installation but was unsuccessful.
Is there another tool out there that would be better/easier to use? Another way to test scripts for IE compatibility?
© Stack Overflow or respective owner