Expressions view
This is used for inspecting the values of specified address paths, temporary variables, or ITERATE variables.
Clicking
creates a new empty row. Double-clicking in a cell opens it for editing, where you can specify an address path, temporary variable name, or ITERATE variable name into the cell.When you press
, the GUI send a request to the debugger for the value of the nonempty expression. The response is displayed in Value.Add a tilde (~) before the path address to inspect the value of the address path of output message.
The Value cell is the same as the Variables view, and is editable except for system temporary variables and ITERATE variables.
To simplify specifying an address path, add the corresponding path of the tree node as a watch expression. You can do this by dragging an address and dropping it into the Expression table.
You must first add a new row by clicking
, then you can drag an address into the cell.A tree node can be dropped into any editable text box.
When debugging, if a tree node is dropped into a table, the GUI sends a request directly to the debugger and the value is shown. There is no requirement to press
.If you are dropping an address node into a cell in editable mode, then you must press
to get the value.