CL Command Reference - RMVBKP

CL Command List > RMVBKP Reference

Description:

The Remove Breakpoint (RMVBKP) command removes one or more breakpoints from the specified program being debugged. It can also remove all breakpoints from all programs in debug mode.

Restrictions:

. You can use this command only in debug mode. To start debug mode, refer to the Start Debug (STRDBG) command.

. You cannot use this command if you are servicing another job, and that job is on a job queue, or is being held, suspended, or ended.

. You cannot use this command to remove breakpoints from a bound program.


Examples:

RMVBKP STMT(100)

This command removes the breakpoint that is on statement 100 from the default program.