debugging with internet explorer
- by baiano
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?