Program Variable (OPM and ILE) APIs
The program variable APIs include the following:
- Dump Module Variables (QteDumpModuleVariables) gets a list of all the variable names and current values of those variables.
- Retrieve Program Variable (QTERTVPV) gets a list of all the variable names and current values of those variables.
- Set Decryption Key (QteSetDecryptionKey) identifies a decryption key to be during the retrieval of text views.
- Submit Debug Command (QteSubmitDebugCommand) allows a program to issue debug language statements. Debug language statements permit programs to enter breakpoints, run one or more statements of a program being debugged, and evaluate expressions. Debug commands are a part of the API that takes on free-form expressions. They are referred to as the debug language that the program may supply to the source debugger support.
[ Back to top | Debugger APIs | APIs by category ]