The Memory view supports the same addressing as the C language. You can address
            memory using expressions such as 0x0847d3c,
            (&y)+1024, and *ptr. 
         
         
         
         To inspect the memory of a process: 
         
         
         
            - 
               In the Debug view, select a process. Selecting a thread automatically selects
                  its associated process. 
               
            
 
            - 
               In the Memory view's Monitors pane, click the Add Memory
                     Monitor button.
               
               
               
                  
                  
               
               
               
               
             
            - 
               In the Enter address or expression to monitor field,
                  type the address or expression, and then select OK.