Debugger Engine Commands
Debugger Commands
776
Microcontrollers Debugger Manual

DUMP

The DUMP command writes everything visible in the Data component to the command
line component.
Usage
DUMP
Components
Data component.
Example:
in> Data:1 < DUMP

DW

The DW command displays the hexadecimal values of the words in a specified range of
memory. The command displays one or more lines, depending on the address or range
specified. Each line shows the address of the first word displayed in the line, followed by
the number of specified hexadecimal word values.
When a size is specified in the range, this size represents the number of words that display
in the command line window.
This command can be stopped by pressing the Esc key.
NOTE Open the Command Line component before executing this command to see the
dumped code.
Usage
DW [address | range]
When address is an address constant expression, the address of the first word is
displayed.
When address and range are omitted, the first word displayed is taken from the
address following the last word displayed by the most recent DB, DW, or DL
command, or from address 0x0000 (for the first DB, DW, DL command of a
session).