To get rid of the annoying script debugger in IE and keep your webpages open, follow the steps in this simple tech recipe.
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:
RELATED ARTICLES