1 | Qualified program name | Input | Char(20) |
2 | Error Code | I/O | Char(*) |
The Register Service Entry Point Stop Handler API registers a special event handler to handle Service Entry breakpoint events. The Start Source Debug (QteStartSourceDebug) API must be called before this API can be issued.
The name of the exit program that is called when a service entry point is encountered.
The first 10 characters contain the program name. The second 10 characters contain the name of the library in which the program is located. Both entries must be left-justified.
The structure in which to return error information. For the format of the structure, see Error Code Parameter.
Message ID | Error Message Text |
---|---|
CPF3CF1 | Error code parameter not valid. |
CPF3CF2 | Errors occurred during running of API. |
CPF9541 | Not in debug mode. |
CPF9549 | Error addressing API parameter. |
CPF9803 | Cannot allocate object in library. |
CPF9809 | Library cannot be accessed. |
CPF9810 | Library not found. |
CPF9811 | Program in library not found. |
CPF9820 | Not authorized to use library. |
CPF9821 | Not authorized to program in library. |
Top | Debugger APIs | APIs by category |