You can evaluate source code expressions, take the result as an address, and display the corresponding memory contents.
To evaluate expressions from a pointer:
Select an expression in the Source window.
Right-click the selection.
The pop-up menu appears.
Select Evaluate From Pointer.
The debugger evaluates the expression, takes the result of the evaluation as a pointer, and prints the contents of the memory it points to in the Console window.