Share via


Target Control Debugging: df Command (Windows Embedded CE 6.0)

1/5/2010

You can use Target Control df command to dump DWORD values to a designated file.

Syntax

df Filename Address Size

Parameters

  • Filename
    Specifies the file into which the dump is saved.
  • Address
    Specifies the beginning address for the dump.
  • Size
    Specifies the size you want to use for the dump.

Remarks

There are two ways to enter the command:

  • If you use a command prompt window, enter commands at the Windows Embedded CE prompt.
  • If you use the Platform Builder IDE, from the Target menu choose CE Target Control to display the Target Control window. Enter commands in the Target Control window.

See Also

Concepts

Target Control Debugging Commands
Debugging Resources Overview

Other Resources

Command-Line Options with Target Control