Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
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:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
STMT | Statement identifier | Single values: *, *ALL Other values (up to 10 repetitions): Character value |
Optional, Positional 1 |
PGM | Program | Name, *DFTPGM, *ALL | Optional, Positional 2 |
Top |
Specifies which HLL (high-level language) statements or machine instructions in a program have their breakpoints removed. Breakpoints can be removed from a specified program, the program specified in the Program (PGM) parameter or from the most recent program that has reached a breakpoint, i.e., a value of * specified for the STMT parameter. If a program is specified, one or more statement identifiers can be specified or all the breakpoints can be specified. If a value of * is specified for the STMT parameter, the breakpoint that the most recently stopped program has reached is removed. Also, all breakpoints can be removed from all programs in debug mode.
Single values
Other values (up to 10 repetitions)
Top |
Specifies the program from which the specified breakpoints are removed. This parameter can be specified only if a value of * has not been specified for the Statement identifier (STMT) parameter.
Top |
RMVBKP STMT(100)
This command removes the breakpoint that is on statement 100 from the default program.
Top |
Top |