Using the Command Window in Java Applications

You can evaluate Java expressions the same way that you can when debugging with VBScript and JScript scripts: by using the Command window in Microsoft Script Debugger.

For example, to examine the contents of a variable called nLimit, enter nLimit into the command window. The value of the variable is immediately displayed on the next line.

For more information, see Executing Script Commands and Viewing and Changing Values.


© 1997 by Microsoft Corporation. All rights reserved.