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 Profiler | Execute selected or default application with Profiler. See Profiler. | |||
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. |
|||
Debug | F5 | Debug selected or default application. See Graphical Debugger. | ||
Attach to Process... | Debug a running application. See Start the Debugger on a running program. | |||
Attach to Mobile Process | Debug a mobile application. SeeAttach the Graphical Debugger to a mobile process . | |||
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. | ||
Enable/Disable Breakpoint | Ctrl+F9 | Enable or disable breakpoint at current location. | ||
Abort Last Task | Abort last started task. |