-- SetDebugSearchRulesDoc.tioga
-- last edited by: L. Stewart, December 16, 1983 1:40 pm
name SetDebugSearchRules:
syntax
SetDebugSearchRules {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 deleting the old one and installing each of the directories on the command line.
If the directory /// is not present on the command line it will be added as well.
Related commands are AddDebugSearchRules and PrintDebugSearchRules.
examples
% SetDebugSearchRules ///Junk/ ///Acme/
% PrintDebugSearchRules
( ///Junk/ ///Acme/ /// )
%
warnings
SetDebugSearchRules 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