|
'Debug' means to look for errors in lines of code, in this case it's HTML scripting code and some web-pages do have errors in them. Normally, the author of the web-page would run a 'debugging' program which can highlight these errors.
To suppress the debug prompts, do this:
1. Open IE->Tools->Internet Options
2. Click 'Advanced' tab
3. Scroll down to 'Browsing' section.
4. The follwing two options should be enabled (ticked):
"Disable script debugging (Internet Explorer)"
"Disable script debugging (Other)"
The next option below those two is "Display notification about every script error". If you disable this (no tick) you won't be told when a page contains errors. So you may wish to enable it (tick). This setting is entirely separate from the debug prompt options. It's just a matter of personal preference. You're simply telling IE whether or not you wish to be told about page errors. Many people choose to enable it so when a page doesn't load properly or some elements are missing, at least they'll know whether or not it's a script error on the page that's causing it.
Last edited by pip22 : 03-28-2008 at 02:43 PM.
|