where
Alias for backtrace command.
Syntax
w[here]
Usage
The where
command prints a summary of your program's entire stack, one line per
frame. Each line in the output shows the frame number and function name. It is an alias of the
backtrace command.
Example
(fgldb) where
#1 addcount() at mymodule.4gl:6
#2 main() at mymodule.4gl:2
(fgldb)