run
The run
command starts the program.
Syntax
run [argument [...] ]
- argument is an argument to be passed to the program.
Usage
The run
command causes your
program to execute until a breakpoint is reached or the program terminates
normally.
Example
(fgldb) run a b c
Breakpoint 1, at mymodule.4gl:3
3 CALL add_cust(cust_rec.*)
(fgldb)