Reference / Supported debug commands |
Alias for backtrace command.
w[here]
The where command, like backtrace, 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.
(fgldb) where #1 addcount() at mymodule.4gl:6 #2 main() at mymodule.4gl:2 (fgldb)