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:

  1. 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.
  2. Value: The value of the variable. You can click on it and change it to any valid JavaScript value.
  3. Type: The JavaScript type of the variable.

To Add a Watch:

  1. Click the first column of last row.
  2. Type the watch name.
  3. Press Enter or Tab key.

To Delete a Watch:

  1. Click the first column of the watch that you want to delete.
  2. Change the name to blank.
  3. Press Enter or Tab key.

Copyright © 2004 Tito Software Corporation. All rights reserved.

Browser Based Help. Published by chm2web software.