OverviewThe Memory Window allows users to display the contents of collected memory. The Memory Window Preferences controls all of the display characteristics of the Memory Window. Memory Window topics:
Memory Display Like the Register Window, the Memory Window Display is organized into a spreadsheet. The address of any cell in the Display can be determined by appeding the row and column headers for the cell. Optionally, an ASCII display of the memory appears at the right. Any non-ASCII-representable byte in memory will appear in the ASCII Display as a control character (a dot, ".", by default). The Memory Preferences Dialog may be used to alter the appearance of the Memory Window. Any uncollected memory will appear as "N/A", indicating that this memory was not collected when the trace experiment was run.
Memory Pop-up Menu Clicking the right mouse button while the mouse cursor lies within the bounds of any cell will allow users to:
Memory Window Preferences
Memory Window Preference Dialog governs the appearance of the Memory Window:
the total number of bytes displayed, the size of each cell, ASCII control
character.
Size of the Display Cells This attribute controls how many bytes appear in each cell. Valid cell sizes in the Memory Window may be:
Format of the Display Cells The Format option of the Memory Preferences Dialog governs how the debugger represents the memory. Possible representations include:
Size of the Memory Window
The size of the memory window determines how much memory is actually
presented to the user. The total number of bytes shown can either be
determined by the size of the window, in which case resizing the Memory
Window will cause more or less memory to be displayed, or fixed at some
specified number of bytes. By default, the Memory Window shows 128 bytes
of memory.
Miscellaneous Miscellaneous memory preferences include the option to display the ASCII representation of the memory, including what character to use for non-ASCII bytes (the "control" character). Additionally, users may specify the number of bytes per row, either four, eight, sixteen, or thirty-two. The default is sixteen bytes per row. |