Debug menu

The icon, menu name, shortcut key, and description of each option in the Debug menu.

Table 1. The Debug menu
Icon Menu Item Accelerator (Shortcut) Description
  Debug    

icon
  Execute Ctrl+F5 Execute selected or default application.

icon
  Execute with Profiler   Execute selected or default application with Profiler. See Profiler.

icon
  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.


icon
  Debug F5 Debug selected or default application. See Graphical Debugger.

icon
  Attach to Process...   Debug a running application. See Start the Debugger on a running program.

icon
  Attach to Mobile Process   Debug a mobile application. SeeAttach the Graphical Debugger to a mobile process .

icon
  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.


icon
  Create test    

icon
  Add/Delete Breakpoint F9 Add or delete a breakpoint at current location.

icon
  Enable/Disable Breakpoint Ctrl+F9 Enable or disable breakpoint at current location.

icon
  Abort Last Task   Abort last started task.