The Variables view shows the kernel variables values. Depending on variable type, clicking on a variable shows its type, value, and the address of the variable. For array/structure variables, click on the arrow of the variable expands array/structure content of the array.
Figure 1.
Variables View
Click on the variable in the VARIABLES view or hover your mouse over the variables in the code view on the right-side as shown above to get the address and add that address in the memory inspector as shown below. As you step-in, step-over the code, the values in the variable and memory view changes.
Tip: You can export
the contents of the Memory window by selecting the Copy
to Clipboard command from the right-click menu to copy and paste the
contents into a text editor and save to a file.
Figure 2. Memory Inspector