ILE C/C++ Programmer's Guide
Watches can be removed in the following ways:
- The CLEAR command that is used with the WATCH keyword selectively ends one
or all watches. For example, to clear the watch that is identified by
watch-number, enter:
CLEAR WATCH watch-number
The watch number can be obtained from the Work with Watches display.
To clear all watches for your session, enter:
CLEAR WATCH ALL
- Note:
- While the CLEAR PGM command removes all breakpoints in the program that
contains the module being displayed, it has no effect on watches. You
must explicitly use the WATCH keyword with the CLEAR command to remove watch
conditions.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.