Command Window

The Command window is a free-type text editor window, that you can ask debugger to execute any JavaScript expression and get result. You can open the Watch window by choosing Debug>Windows>Command (Ctrl-Alt-C).

It has the similar purpose to the watch window, except the expressions in command window are only evaluated once where expressions in Watch window are evaluated each time the debugger pauses. The command window is helpful when the expression is too complex or the value of the express is too long; Evaluating this type of expressions only when you need them, will make the debugger faster.

To use command window, type the expression you want to evaluate then press Enter key. The value of the expression is displayed beneath the expression.


Copyright © 2004 Tito Software Corporation. All rights reserved.

Browser Based Help. Published by chm2web software.