down
The down
command moves down in the call stack.
Syntax
down
Usage
The down
command moves the focus of the debugger down from the frame currently
being examined, to the frame of its callee.
The command selects and prints the function called by the current function.
See stack frames for a brief description of frames.
(fgldb) down
#0 query_cust() at custquery.4gl:22
22 CALL cleanup()
(fgldb)