| |||
Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > set substitute-path |
This command modifies the search paths used by the debugger when it executes any of the commands that look up and display source code. This command is useful when the source files have moved from the original location used during compilation.
Subsequent use of the set substitute-path
command
appends rules to the current list.
set substitute-path
path1
path2
Where:
path1
Specifies the existing search path.
path2
Specifies the replacement search path.