Jump to content

Microsoft Script Debugger

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mark Renier (talk | contribs) at 05:54, 1 April 2009 (See also: // redirect Microsoft Script Editor). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
File:Microsoft Script Debugger screenshot.png
Screenshot

Microsoft Script Debugger is lightweight debugger for Windows Script Host-supported scripting languages, such as VBScript and JScript. It offers a minimal but workable user interface that allows the user to step through execution of script code line by line, and examine values of variables 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), an optional tool included in Microsoft Office 2000 up to Office 2003.[1][2]

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