Command Window (Microsoft Script Debugger)
The Command Window displays information resulting from debugging statements in your scripts or from commands typed directly into the window.
To display this window, choose Command Window from the View menu.

Use the Command window to:
-
Enter commands and see their effect.
-
Evaluate expressions, including functions, property settings, variable values, and so on.
-
Change the value of a variable or property while a script is running. While execution is halted, assign the variable or property a new value as you would in code.
-
View debugging output while the code is running.
When entering commands in the Command window, use the syntax for the current scripting language.
See Also
Executing Script Commands
Viewing and Changing Values