info

The info command describes the current state of your program.

Syntax

info { breakpoints
|sources
| program
|  variables
|  locals
| files
| line { function
         | module:line } 
}
  1. function is a function name of the program.
  2. module:line defines a source code line in a module.

Usage

The info command describes the state of your program.

Example

(fgldb) info sources 
Source files for which symbols have been read in: 
mymodule.4gl, fglwinexec.4gl, fglutil.4gl, fgldialog.4gl, fgldummy4js.4gl
(fgldb)