Skip to main content

IAR Embedded Workbench for RX 5.20

Symbolic Memory window

In this section:

The Symbolic Memory window is available from the View menu during a debug session.

SymbolicMemWin_Mym80_2.png

This window displays how variables with static storage duration, typically variables with file scope but also static variables in functions and classes, are laid out in memory. This can be useful for better understanding memory usage or for investigating problems caused by variables being overwritten, for example buffer overruns. Other areas of use are spotting alignment holes or for understanding problems caused by buffers being overwritten.

Tip

To view the memory corresponding to a variable, you can select it in the editor window and drag it to the Symbolic Memory window.