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.
-
Query or change the value of a variable or property while a script is running. While execution is halted, you can assign the variable or property a new value as you would in a script.
-
Call object methods as you would in a script.
-
Call procedures as you would in a script.
-
View debugging output while the script 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
© 1997 by Microsoft Corporation. All rights reserved.