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)
- 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.