-- last edited by: L. Stewart, December 16, 1983 1:40 pm
name
AddDebugSearchRules:
syntax
AddDebugSearchRules {list-of-directories}
description
The symbol table machinery, in particular, the interface AMFiles, maintains a list of directories in which to look for symbols and source files. This command changes that list by adding each of the directories on the command line to the end of the search list. If a directory is already there, it will not be added again.
Related commands are SetDebugSearchRules and PrintDebugSearchRules.
examples
% PrintDebugSearchRules
( /// )
% AddDebugSearchRules ///Junk/ ///Acme/
% PrintDebugSearchRules
( /// ///Junk/ ///Acme/ )
%
warnings
AddDebugSearchRules does not make many consistancy checks on directory names.
stop/undo
Probably too fast to stop.
implementation
CommandToolImpl.mesa in CommandTool.df
contact
L. C. Stewart <Stewart.pa>
keyword hints
help button info man
keywords
to be supplied by the Index Czar