The Watches FactBox
The Watches FactBox is used to view the values of variables. You can select some variables from the Debugger Variables List window and add them to the Watches FactBox. Those variables will be shown until you delete them, even if they run out of scope. If this happens, the <Out of Scope> text will be displayed in the Value column of the Watches FactBox. All the variables added to the Watches FactBox persist between debugging sessions.
There are two ways to add a variable to the Watches FactBox:
From the Debugger Variable List window
From the Code viewer
Adding variables from the Debugger Variables List window
To add variables from the Debugger Variables List window, follow these steps:
On the Debugger page, click on the Variables option found on the Actions pane. The Debugger Variable List page will open, as shown in the following screenshot:
Select a variable from the list and click on the Add Watch icon. Then click on the Close button.
Back on the Debugger page, you will...