run

Starts the program executing until a breakpoint is reached or the program terminates normally.

Syntax

r[un] [arg1 arg2 ... ]
  1. arg is an argument to be passed to your program.

Example

(fgldb) run
Breakpoint 1, at mymodule.4gl:3
3      call addcount()
(fgldb)