LIST CALLS ;
Example: sample C program for debugging
AT ENTRY read_token ;
GO ;
LIST CALLS ;
the Log window will contain something like:
At ENTRY in C function CALC ::> "USERID.MFISTART.C(READTOKN)" :> read_token.
From LINE 18 in C function CALC ::> "USERID.MFISTART.C(CALC)" :> main :> %BLOCK2.
which
shows the traceback of callers.