Remove All Breakpoints (QteRemoveAllBreakpoints) API


  Required Parameter Group:


  Service Program: QTEDBGS

  Threadsafe: No

The calling program uses the Remove All Breakpoints (QteRemoveAllBreakpoints) API to remove all breakpoints from a program. All breakpoints in all modules will be removed, even though only one view in the program is specified. It does not matter which view of the program is specified, as long as it is a registered view.


Authorities and Locks

None.


Required Parameter Group

View ID
INPUT; BINARY(4)

The identifier of a previously registered view obtained by using the Register Debug View API.


Remove type
INPUT; CHAR(10)

Specifies which breakpoints are to be removed. The following is allowed:


Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages



API Introcuced: V3R1

[ Back to top | Debugger APIs | APIs by category ]