Microsoft Script Debugger

Microsoft Script Debugger is relatively minimal debugger for Windows Script Host-supported scripting languages, such as VBScript and JScript. Its user interface allows the user to set breakpoints and/or step through execution of script code line by line, and examine values of variables and properties after any step. In effect, it provides a way for developers to see script code behavior as it runs, thus eliminating much of the guess-work when things don't quite work as intended.

Microsoft considers it to be deprecated in favor of the more sophisticated Microsoft Script Editor (MSE.EXE),[1] an optional tool included in Microsoft Office 2000[2] through Office 2007.[3] Also, Internet Explorer 8 comes with a different, tightly integrated JScript debugger part of the Internet Explorer Developer Tools.[4]

Features

According to Microsoft, the Script Debugger provides these traditional debugging features:[5]

Additionally, it can open and edit HTML pages, and it supports script colorization for improved readability.[5]

Limitations

The debugger has several limitations, including the following:[6]

Usage

After installation, new options can be found in Internet Explorer's Script Debugger menu, which gets added in the View menu. Debugging can optionally be turned off from the Advanced tab in the Internet Options dialog.

See also

References

  1. The download details page indicates Script Debugger is deprecated, but doesn't say in favor of what. It could be MSE, but it could also be Visual Studio.
  2. "DLL Help Database info on MSE.EXE version 6.1.83.92". Microsoft. Retrieved 2009-09-08.
  3. "2007 Microsoft Office System Known Issues/ReadMe". Microsoft. Retrieved 2009-09-08. Excel 2007 Question or Issue: Microsoft Script Editor is no longer available. Answer: MSE will no longer be supported in Excel 2007.
  4. "Discovering Internet Explorer Developer Tools". Microsoft. Retrieved 2009-08-08.
  5. 1 2 "Introduction to Microsoft Script Debugger for Internet Explorer". Microsoft. Retrieved 2009-09-08.
  6. "Contents of Script Debugger Release Notes". Microsoft. June 23, 2005. Retrieved 2009-09-08.
This article is issued from Wikipedia - version of the 7/18/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.