degug

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

Does anyone know how to get rid of the message "a run
time error has occurred. Do you wish to debug?"
 
Hi there,

This problem is likely to sloppy programming, ergo you may try disabling script debugging:

IE/Tools/Internet Options/Advanced/Disable Script Debugging and Display a
notification about every script error.

When an Internet Explorer detects an error on a page it has the ability to
launch a script debugger to diagnose the problem. This setting controls the
use of the Internet Explorer script debugging functions.

Open your registry and find the key below.

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main

Value Name: Disable Script Debugger
Data Type: REG_SZ (String Value)
Value Data: yes or no

Create a new string value, or modify the existing value, named "Disable
Script Debugger" and set it to either "yes" to disable the debugger or "no"
to enable it.

Restart Internet Explorer for the change to take effect.

HTH
Venkatesh [MS India Community Star]
 
Venkatesh said:
Hi there,

This problem is likely to sloppy programming, ergo you may try
disabling script debugging:

IE/Tools/Internet Options/Advanced/Disable Script Debugging and
Display a
notification about every script error.

When an Internet Explorer detects an error on a page it has the
ability to
launch a script debugger to diagnose the problem. This setting
controls the
use of the Internet Explorer script debugging functions.

Open your registry and find the key below.

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main

Value Name: Disable Script Debugger
Data Type: REG_SZ (String Value)
Value Data: yes or no

Create a new string value, or modify the existing value, named
"Disable
Script Debugger" and set it to either "yes" to disable the debugger
or "no"
to enable it.

Restart Internet Explorer for the change to take effect.

HTH
Venkatesh [MS India Community Star]

From http://www.fjsmjs.com/IE/scriptdb.htm

Go to Tools | Internet Options | Advanced.
Check the box to Disable script debugging.
Uncheck the box to Display a notification about every script error.

You might want to refresh your scripting engine:
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
or
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en

Sometimes there's a corrupt file in the cache and one must go to Tools |
Internet Options and click Delete Files.

--
Frank Saunders, MS-MVP IE/OE
http://www.fjsmjs.com
Reply to Newsgroup. I won't answer email
Protect Your PC
http://www.microsoft.com/security/protect/
 
Back
Top