A 'quick' way to find address and data values of variables/structures

Rating:
 
Vote for this:
Good  -  Bad

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