| |||
Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > directory |
This command specifies additional directories to search for
source files. If you use this command without an argument then the
search directories are reset to the default settings. You can use
the show
command to display the current settings.
[dir
ectorypath
]...
Where:
path
Specifies an additional directory to search for source files. This is appended to the beginning of the list.
Multiple directories can be specified but must be separated with either:
a space
a colon (Unix)
a semi-colon (Windows).
The default directories for searching are:
compilation directory, $cdir
current working directory, $cwd
current image directory, $idir
.