Target Control Debugging: df Command (Compact 2013)

3/26/2014

This command dumps DWORD values to a designated file.

Syntax

df Filename Address Size

Parameters

  • Filename
    File into which the dump is saved.
  • 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 df command in the shell command prompt on your device.
  • If you use Platform Builder, you can enter the df command from the Visual Studio Target Control window.

See Also

Reference

Target Control Debugging