Freescale Semiconductor Microcontrollers User Manual

Page 762

Advertising
background image

Debugger Engine Commands

Debugger Commands

762

Microcontrollers Debugger Manual

Components

Debugger engine.

Example:

in>cf \util\config.cmd

Loads the config command file.

CD

The CD command changes the current working directory to the directory specified in
path. When the command is entered with no parameter, the current directory is displayed.

The directory specified in the CD command must be a valid directory, that exists and is
accessible from the PC. When specifying a relative path in the CD command, make sure
the path is relative to the project directory.

NOTE

When no path is specified, the default directory is the project directory. Using
the CD command may affect any commands which refer to a file with no path
specified.

Usage

CD [path]

path: The pathname of a directory that becomes the current working directory
(case insensitive).

Components

Debugger engine.

Example:

in>cd..

C:\Program Files\Freescale\demo

in>cd

C:\Program Files\Freescale\demo

in>cd /Freescale/prog

C:\Program Files\Freescale\prog

Advertising