Reference / Supported debug commands |
Selects and prints the function called by the current function, or the function specified by the frame number in the call stack.
do[wn] [num]
This command moves down the call stack, to the specified frame, and prints the function identified with that frame. To print the function called by the current function, use the down command without an argument.
(fgldb) down #0 query_cust() at custquery.4gl:22 22 CALL cleanup() (fgldb)