Using the debugger

To debug an application you can use the FGL debugger (fgldb) with the dispatcher.

The debugger is built in to the runtime system (fglrun). It allows you to control the execution of a program step by step, so that you can find logical and runtime errors. For more information on this feature, see the Integrated debugger pages in the Genero Business Development Language User Guide.

Tip: The graphical debugger of Genero Studio allows you to start the fgldb tool on another computer through ssh, so that it is possible to debug a program running on a remote machine. For more information see the Genero Studio User Guide.