Examining Variables
While the model is suspended, you can inspect its data using the Variables section in the Debugger sidebar. The variables section contains the following entries:
- An entry for each local variable defined in the current subroutine
If the current statement is not within a subroutine, no local variables are available.
- Globals
Expand this entry to see variables that are declared at the top level of the model.
- Parameters
Expand this entry to see any parameters declared in the model.
- Constants
Expand this entry to see any constant declarations in the model.
- An entry for each package imported by the model
Expand these entries to see the global variables defined in each package.
The Variables section shows the name, type, and value of each variable. If a variable holds structured data, such as a set, array, list, or user-defined record, the entry for that variable can be expanded. Complete the following steps to expand a variable: