Watch Window
Makes it possible for you to display expressions and their current values, and set breakpoints on an expression. This window is activated when you choose Watch from the Window Menu, Debugger Window. Visual FoxPro enables IntelliSense in the Watch window but limits support to only List Members.
- Watch
The value or expression you want to examine. Type expressions here to add them to the grid of active watch expressions below. - Name
Displays the names of the current watch expressions. - Value
Displays the values of the current watch expressions. - Type
Displays characters that represent the data types of the current watch expressions.
You can select expressions, delete them, or add breakpoints to them.
To create a new watch expression
- Select text in any Visual FoxPro window and drag it to the Watch window.
To edit a watch expression
- Double-click the watch expression.
See Also
Debugger Window | Debugger Keyboard Shortcuts and Menus | Call Stack Window