Examining data
Monitor the values of program variables while the program is running.
Variables
The Data view displays variable values.
- Global variables
- Show the variables defined with global scope as well as any Genero predefined variables used in the application, such as INT_FLAG.
- Module variables
- Show the variables defined with module scope.
- Local variables
- Show the variables defined with local scope for the currently executing function. Local variables are separated from argument for better visibility.
- User variables
- Allow you to group together variables from any of the other folders, for convenience in testing. To add a variable to the User variables set, or delete an existing User variable, right-click the variable listing to invoke the context menu.
User variables which are not in the scope of the current context are greyed.