Debug menu
The icon, menu name, shortcut key, and description of each option in the
menu.Icon | Menu Item | Accelerator (Shortcut) | Description | |
---|---|---|---|---|
Debug | ||||
![]() |
Execute | Ctrl+F5 | Execute selected or default application. | |
![]() |
Execute with Trace | Execute the selected or default application and print all functions calls for your program,
with the values of parameters passed to and returned from functions to the Output view. This option implements the --trace option fo the fglrun command. For more information about the execution trace of a program, refer to Execution trace in the Genero Business Development Language User Guide. |
||
![]() |
Quick Run | Compiles the current Genero .4gl file using the current configuration
and launches the DVM to run the file. If the file is found in a project, it uses the current
project environment. If the code opens forms, those forms will not be automatically compiled. If the code references database schemas, those schemas should be made available by setting the correct environment. |
||
![]() |
Create test | |||
![]() |
Add/Delete Breakpoint | F9 | Add or delete a breakpoint at current location. Note: Code debugging not
available for Genero Report Writer
|
|
![]() |
Enable/Disable Breakpoint | Ctrl+F9 | Enable or disable breakpoint at current location. Note: Code debugging
not available for Genero Report Writer
|
|
![]() |
Abort Last Task | Abort last started task. |