The Data Display list includes a list of expressions and values. Expressions in the list are reevaluated each time the program being debugged stops executing--at a breakpoint or after a step. If a value changes from one evaluation to the next, the value is highlighted in bold. Pointer values are displayed as hypertext links.
Values are shown as follows:
expr = 42
char* = 0xf102a "a string value"
class expr = {...}
array expr = (...)
Clicking the link displays the value in a separate pop-up window.