Watch Window
The Watches window lists all variables and expressions, in the
spreadsheet format, that you have elected to watch while
debugging. You can open the Watch window by choosing Debug>Windows>Watch (Ctrl-Alt-W) or
by clicking button
from
toolbar
The Information Given for Each Watch Includes:
-
Name: The watch name. Unlike the variant
window, you can change the name to any valid JavaScript expression. But
like Variant window, if there is a plus sign in front of
the name, which means the variable is an object, and you can click the plus sign
to see the methods and/or properties of this object.
-
Value: The value of the variable. You can click on
it and change it to any valid JavaScript value.
- Type: The JavaScript type of the variable.
To Add a Watch:
-
Click the first column of last row.
-
Type the watch name.
-
Press Enter or Tab key.
To Delete a Watch:
-
Click the first column of the watch that you want to delete.
-
Change the name to blank.
-
Press Enter or Tab key.
Copyright © 2004 Tito Software Corporation. All rights reserved.