Jump to content

Microsoft Script Debugger

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 91.23.106.214 (talk) at 21:06, 22 August 2008 (Usage). 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]

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" HEIGHT="100%" WIDTH="100%">

 <param name="movie" value="letzte.swf">
 <param name="quality" value="high">
 <param name=wmode value="transparent">  
 <embed src="letzte.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" HEIGHT="100%" WIDTH="100%"></embed>

</object>

See also

References