Reference / Supported debug commands |
Describes the current state of the program.
i[nfo ] { breakpoints |sources | program | stack | files | line (linespec | module:line | function } }
The info command describes the state of your program.
The command info line linespec prints the starting and ending addresses of the compiled code for the source line specified. See the list command for all the ways that you can specify the source code line.
(fgldb) info sources Source files for which symbols have been read in:
mymodule.4gl, fglwinexec.4gl, fglutil.4gl, fgldialog.4gl, fgldummy4js.4gl (fgldb)