source

Format 1: source [num] [dir]

Format 2: source - dir

This command specifies directories that MULTI will search to find source files for the debugged executable. Typing source by itself lists the current directories that will be searched. If num is specified, then the directory numbered num in the current source path is replaced by the new one given by dir. In the listed directories, num is zero-based. You can specify multiple directories at once. If a number is specified but no replacement directory is supplied, then the specified entry will be deleted from the list.

source - dir discards the old directory list which is replaced with the one given by dir.

Directory names may include ~ as an abbreviation for specifying your home directory.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.