A 'quick' way to find address and data values of variables/structures
Answer
Open the view called "Expressions" by navigating to:
Window > Show view > Expressions
Use this view to quickly access the data value or address of a variable, by adding the following expressions:
"MyVar" gives the value
"&MyVar" gives the address