gtpp1m1f | Program Development Support Reference |
C function trace allows you to trace the current ECB or another ECB.
Table 44 provides an overview of the options of the ZSTRC command,
the SETTC macro, and the ENATC macro you can use to control the output of C
function trace.
Table 44. Manipulation of C Function Trace and Trace Suboptions
Option | Trace all ECBs | Trace an Individual ECB |
---|---|---|
Program entry breakpoint | ZSTRC ALTER CDEBUG | ENATC ENTRY=ON |
Program exit breakpoint | ZSTRC ALTER CDEBUG | ENATC EXIT=ON |
Other breakpoints | ZSTRC ALTER CDEBUG XHOOKS | ENATC OTHERS=ON |
STACK option | ZSTRC ALTER CDEBUG STACK | SETTC STACK=ON |
STATIC option | ZSTRC ALTER CDEBUG STATIC | SETTC STATIC=ON |
See TPF Operations for more information about commands and TPF System Macros for more information about system macros.