CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Managing Watch Expressions
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     A "watch expression" is a program variable, or an expression
     involving program variables, that you watch for changes during
     program execution. Unexpected changes in watch expressions can
     help you find logic errors in your program.
 
     CodeView displays watch expressions in the watch window at the top
     of the screen.
     See: Watch Window
 
     The following command-window commands control watch expressions:
 
     Add Watch Expression (W?)
     Delete Watch Expression (Y)
     List Watch Expressions (W)
 
     See also: Watch Menu Commands
                                    -♦-