
untraceable +SpecList

   Declares the procedure(s) in SpecList to be untraceable.



Arguments
   SpecList            Sequence of expressions of the form name/arity.

Type
   Debugging

Description
   Sets all the procedures given by SpecList untraceable.  Marking a
   predicate as untraceable will prevent any information about it being
   displayed.  The subgoals of this predicate will be shown in their normal
   way.


   Note that untraceable/1 is superseded by the predicate set_flag(Proc,
   leash, notrace), which declares the procedure Proc to be untraceable.




Modes and Determinism
   untraceable(++) is det

Modules
   This predicate is sensitive to its module context (tool predicate, see @/2).

Exceptions
     4 --- SpecList is not instantiated.
     5 --- SpecList is not of the form Atom/Integer.
    60 --- SpecList is an undefined procedure.

See Also
   get_flag / 3, set_flag / 3, traceable / 1
