XP: Disable Script Debugger in IE
Get rid of the annoying script debugger in IE, and keep your webpages open
run this code -saved as scriptdebug.reg to add the necessary registry keys to stop Internet Explorer from running the script debugger.
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"="yes"
"Disable Script DebuggerIE"="yes"
Editor Addendum:










Gareth said on December 4, 2008
The correct IE one is:
DisableScriptDebuggerIE
Note there are no spaces. The non-IE one does have spaces however so it should be:
Disable Script Debugger = “No”
DisableScriptDebuggerIE = “No”