Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The easiest way to see the value of a variable or expression when the debugger is stopped at a breakpoint is to use DataTips pop-up information.
You can view a DataTips pop-up information box for any variable or expression that appears in a source window and is within the current scope. To see a pop-up box for a variable, place the mouse pointer over the variable. To see a pop-up box for an expression, select the expression.
DataTips pop-up information is not available for invalid expressions, such as a division by zero. If you select an expression such as 1/0
, no pop-up information box appears.