Prev Next

Inspect Process Memory

Using the Memory Viewer, you can display the raw values of memory in hex and ASCII. You can manually define the memory address in the 'Address' field (top right), or right-click on a variable in the Locals window or Watches window and select the 'View Memory at Address' option.

Access

Ribbon

Execute > Windows > Memory Viewer

Other

Execution Analyzer window toolbar : | Memory Viewer

From Locals window or Watches window : Right-click on a variable | View Memory at Address

Notes

  • The Memory Viewer is available for debugging Microsoft Native Code Applications (C, C++, VB) running on Windows or within WINE on Linux

Learn more