How can I find the default value of memory width? How can I change the value if I want to?

To find the default value for memory width, follow steps below in debug perspective:

  1. From Debug Perspective toolbar, select Window > Show View > Debugger Shell .

    The Debugger Shell window appears docked to the lower right hand side of debug perspective.

  2. In debugger shell, type config.

The current configurations settings appear. If you want to change the memory width, type config MemWidth <value>. To make sure settings were set, type config. The current configuration settings appear.