Clearing a breakpoint
When you no longer require a breakpoint, you can clear it. Clearing
it removes any of the instructions associated with that breakpoint.
For example, to clear a breakpoint on line 100 of your program, enter
the following command on the command line:
CLEAR AT 100
The
Log window displays a line that says CLEAR AT 100 ;
and
the prefix area reverts to its original colors. These changes indicate
that the breakpoint at line 100 is gone.Refer to the following topics for more information related to the material discussed in this topic.
- Related references
- Description of the
CLEAR
command in IBM® z/OS® Debugger Reference and Messages