User`s manual

Dynamic C Users Manual digi.com 275
Segmented Dump Range
The memory dump window can display 3 different types of dumps. A dump of a logi-
cal address will result in a 64k scrollable region (0x0000 - 0xffff). A dump of a physi-
cal address will result in a dump of a 1M region (0x00000 - 0xfffff). A dump of an
xpc:offset address will result in either a 4k, 64k or 1M dump range, depending on how
this option is set.
If a 4k or 64k range is selected, the dump window will dump a 4k or 64k chunk of
memory using the given xpc. If “Full Range” is selected, the window will dump
00:0000 - ff:ffff. To increment or decrement the xpc, use the “+’ and “-” buttons
located below and above the scroll bar. These buttons are visible only for an xpc:off-
set dump where the range is either 4k or 64k.
Watch Window
The Watches window configuration options,
Enable watch expression evalution in flyover hint
and
Show watch expression evaluation errors in flyover hint, do not actually affect the
Watches window. When checked, they allow you to use flyover hints in the source code win-
dow to see the value of watchable expressions.
Move the cursor over a variable to see its current value and over a function to see its logical
address or its return value. If you highlight the name of a function (e.g., my_function) you
will see the location of the code in memory. If you highlight the function call (e.g.,
my_function(my_parm)) the function will be called and you will see its return value. If
the cursor is over a structure member, the flyover hint will only contain information about the
structure, not the individual member.
Stack Trace Window
There are no configuration options for the Stack Trace window.