Execution trace

The execution trace prints all function calls of your application, with the values of parameters passed to and returned from functions. This tool can help to understand the code structure of complex programs, and identify bugs in your code.

Select Debug > Execute with Trace to execute the selected or default configuration with trace. This option implements the --trace option for the fglrun command. Function calls and parameter values are displayed in the Output tab.

For more information about the execution trace of a program, refer to Execution trace in the Genero Business Development Language User Guide.