HP 3000 Manuals

CLEAR [ HPTOOLSET XL Reference Manual ] MPE/iX 5.0 Documentation


HPTOOLSET XL Reference Manual

CLEAR 

Removes a breakpoint in the user program.

Syntax 

     CL[EAR] {location}
             {NEXT    }
             {ALL     }

Parameters 

Location         Specifies the location of a set breakpoint that you want
                 to clear.

NEXT             Clears the breakpoint(s) set with a previous AT NEXT
                 command.

ALL              Clears all current breakpoints.

Description 

The CLEAR command is used to clear some or all breakpoints in a user
program.  If you enter the command without any parameters, the breakpoint
set at the current location in your program will be cleared.

Example 

     >>CLEAR ADD-RT
     -->Breakpoint cleared.

Clears the breakpoint at location ADD-RT. TOOLSET/XL displays a
confirmation when the breakpoint has been cleared.


MPE/iX 5.0 Documentation