
MICROSOFT SCRIPT DEBUGGER FOR VBSCRIPT CODE
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. 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.

Microsoft Script Debugger is relatively minimal debugger for Windows Script Host-supported scripting languages, such as VBScript and JScript.Also, Internet Explorer 8 comes with a different, tightly integrated JScript debugger part of the Internet Explorer Developer Tools. Here, the debugger what we refer to is Microsoft. 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. VBScript Debug Objects, The Debug Objects are global objects that can send output to a script debugger.

The yellow arrow represents the statement on which the debugger paused, which also suspends app execution at the same point (this statement has not yet executed).
