Using the Command window in Microsoft Script Debugger, you can evaluate Java expressions the same way that you can when debugging with VBScript and JScript scripts.
For example, to examine the contents of a variable called nLimit
, type 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.