list
Prints source code lines of the program being executed.
Syntax
l[ist]Usage
The list command
prints source code lines of your program, including the current line.
Example
(fgldb) run
Breakpoint 1, at mymodule.4gl:5
5    call addlist()
(fgldb) list
5    call addlist()
6    call addname()
.
14  end function
(fgldb)