- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
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:
With that option disabled, IE will now alert me whenever it encounters a scripting error:
...and if I click on the "Yes" button, will bring me right to the problem code:
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,123 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.