The debugger / Debugger commands |
The run command starts the program.
run [argument [...] ]
The run command causes your program to execute until a breakpoint is reached or the program terminates normally.
(fgldb) run a b c Breakpoint 1, at mymodule.4gl:3 3 call addcount() (fgldb)