
traceable +SpecList

   Sets the procedures in SpecList to be traceable.



Arguments
   SpecList            Sequence of expressions of the form Atom/Integer.

Type
   Debugging

Description
   Sets the leash mode of all the procedures given by SpecList to stop.


   It is superseded by calling set_flag(Proc, leash, stop)




Modes and Determinism
   traceable(++) 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, untraceable / 1
