down

Selects and prints the function called by the current function, or the function specified by the frame number in the call stack.

Syntax

do[wn] [num]
  1. num is the number of frames to move down the stack. The default is 1.

Usage

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)