Target Control Debugging: dd Command (Compact 2013)
3/26/2014
This command dumps DWORD values that you want to examine and analyze.
Syntax
dd Address [Size]
Parameters
- Address
Beginning address for the dump.
- Size
Size of the dump in bytes.
Remarks
You can enter the command in two ways:
- If the OS on your device supports the console window, you can bring up the Target Control window on your device by running shell -c. You can then enter the dd command at the shell command prompt on your device.
- If you use Platform Builder, you can enter the dd command from the Visual Studio Target Control window.