Before you begin, you must complete Exercise 7.3: Adding and deleting breakpoints.
You can monitor variables in the Monitors view. Now you will monitor the variable CUSTNOI.
To monitor a variable:
The variable appears in the Monitors view.
If you quickly want to see the value of a variable without adding it to the Monitor, you can place the cursor on a variable to see its value in a pop-up window. This works well for scalars, but not for arrays or data structures.
You have monitored an expression and now you are ready to begin Exercise 7.5: Viewing the call stack.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.