Viewing and Modifying Variables in the Data Viewer Window
In the Data Viewer window you can inspect and change model parameters as well as Application Builder declarations and Java method variables and Java Shell session variables (long arrays, for example)
The Data Viewer window opens when a method is paused at a breakpoint. It can also be opened from the Windows menu, from the Developer toolbar, or by using the Data Viewer button () in the Java Shell window. The Data Viewer window is available in the Application Builder, Model Builder, and Model Manager workspaces. It provides convenient access to all global parameters in a model, which is especially useful when working in the Model Builder workspace.
You find all global primitive declarations, parameters, and Java method and session variables in a table with two columns: Name and Value. They appear under Parameters, Declarations, and Java Shell. For values that are composed of other values (such as arrays and objects), a triangle symbol at the left side makes it possible to expand the variable to display the parts it consists of. This is the case for Declarations and Parameters.
Underneath the table is an area that displays a pretty-print representation of the selected row in the variable list. according to the following rules:
For strings, special characters like newline are displayed, in contrast to the Value column where backslash escape sequences are used.
You can modify the values in the Value column for variables and declarations such as strings, booleans, and scalar numerical values. For parameters, expand the parameter in the table using the triangle symbol to add an Expression setting where you can edit the parameter’s expression. For Java variables and for declarations in the Application Builder, you see their values underneath the table when selected. For parameters, you see their expressions, values, and descriptions underneath the table when selected. You can also right-click on a row to open a context menu. There you can copy the row data to the clipboard, and if the variable is a model entity (for example, GeomSequence geom = model.geom("geom1")), you can select Edit Node to select the corresponding node in the Model Builder tree or Application Builder tree. You can also right-click the column headers and choose Size Column to Fit or Size All Columns to Fit. One or both columns are then resized to accommodate their content if needed.