Create rules to replace source file path information specified by the symbol file.
The debugger assumes that all source files of the debuggee are stored in the same directory as they were at compile time. If the sources are placed in different directories, you can add a source path substitution rule.
Options > Source Directories...
If the debugger is not able to locate a source file, the File Open dialog box opens requesting the path to this missing file. When you select the missing file, the debugger automatically adds a source path substitution rule that is used to locate other files. This might happen, for example, if you select a module in the Source Files window, but the corresponding file is not located in the directory specified in the symbol file.
Copyright © 2001-2011, Intel Corporation. All rights reserved.