IE Script Debugging Toggler
Overview:
IE Script Debugging Toggler (I know, lame name huh?) runs in the sytem tray and allows you to quickly enable/disable script debugging in Internet Explorer. IESDT sets the following values depending on the state selected:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
“Disable Script Debugger”=”no”
“Disable Script DebuggerIE”=”no”
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
“Disable Script Debugger”=”yes”
“Disable Script DebuggerIE”=”yes”
The application has options to set the script debugging state at application launch, start the application when the user logs in and to beep when the state is changed.
Download:
Download version 1.0.8.702 (Binary .zip)
Download version 1.0.8.702 (Source)
Installation:
Copy the executable somewhere and execute it
Requirements:
Microsoft .NET Framework 2.0
Changelog:
1.0.8.702 - July 02, 2008
- Initial release
July 3rd, 2008 at 2:29 pm
After using IESDT for a little longer I’ve noticed that updating the registry settings doesn’t change the script debugging state in open IE windows. As best I can tell you still have to go Tools -> Internet Options -> Advanced and apply/ok the settings for it to update. Although it has seemed to work sometimes so I need to analyze the behavior more.
July 4th, 2008 at 9:24 am
[...] up early so I’ve been working on fixing the problem in IE Script Debugging Toggler where it doesn’t always change the script debugging state in open Internet Explorer Windows. [...]