qck.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.
Removing Watches
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Removing Watches
 
 ■ Watch variables or watchpoints are used to continuously watch the value of
   a variable or an expression as your project executes. Watchpoints are used
   to suspend project execution when an expression becomes true.
 
 ■ To remove a single watch variable or watchpoint from the Debug window:
 
    1. Choose Delete Watch from the Debug menu
 
    2. Select the watch to delete
       The Delete Watch dialog displays the active watch items preceded by
       the procedure name or module name where the item is located.
 
    3. Press Enter or choose OK to delete the watch
 
 ■ To remove all watch variables or watchpoints from the Debug window:
 
   1. Choose Delete All Watch frm the Debug menu
 
 See: Adding Watches