2.10
Register Watch-Expressions
You can register variables on the Variable List panel as watch-expressions in the Watch panel (Watch1).
To do this, drag and drop the row of the target variable (multiple selections possible) directly onto the Watch panel (Watch1).
Cautions 1. | This operation is disabled while disconnecting from the debug tool. |
Cautions 2. | This operation is disabled for the [*Total*] row. |
Remark | The name of the watch-expression registered in the Watch panel differs depending on the type of the target variable, as follows: |
- | Global variable: "variable name" |
- | Static variable inside a file: "file name#variable name" |
- | Static variable inside a function: "file name#function name#variable name" |
- | Class variable: "class name::variable name" |