Jim Coyne
Kilo Patron

I have not used IE as my web browser for years now, but I still use it every work day. I prefer to use Chrome, but there is one feature in IE that I find indispensable - script debugging. Because most of my clients use IE as their approved standard, I use IE for final testing, but with a twist - I uncheck the "Disable script debugging (Internet Explorer)" option under the Advanced tab of the Internet Options dialog:

find_real_file.png


With that option disabled, IE will now alert me whenever it encounters a scripting error:

find_real_file.png


...and if I click on the "Yes" button, will bring me right to the problem code:

find_real_file.png


Now I can search for the offending text in my scripts and fix it quite easily. This is very useful because any script error will stop all subsequent scripts from running, including UI Policies. So you may notice that a UI Policy is not acting properly and you would start to investigate why, but all along it is actually a script error that caused everything else to stop running. This can definitely save you a lot of time and headache.

I've tried a couple Chrome extensions, but this just seems to work the best for me.

1 Comment