Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
tools.trace.
C
clone-throwable function clojure.tools.trace
D
deftrace macro clojure.tools.trace Use in place of defn; traces each call/return of ...
dotrace macro clojure.tools.trace Given a sequence of function identifiers, evaluat...
T
ThrowableRecompose protocol clojure.tools.trace Protocol to isolate trace-form from convoluted th...
trace function clojure.tools.trace Sends name (optional) and value to the tracer fun...
trace-forms macro clojure.tools.trace Trace all the forms in the given body. Returns an...
trace-ns macro clojure.tools.trace Trace all fns in the given name space. The given ...
trace-vars macro clojure.tools.trace Trace each of the specified Vars. The arguments m...
traceable? function clojure.tools.trace Returns true if the given var can be traced, fals...
traced? function clojure.tools.trace Returns true if the given var is currently traced...
U
untrace-ns macro clojure.tools.trace Untrace all fns in the given name space. The give...
untrace-vars macro clojure.tools.trace Untrace each of the specified Vars. Reverses the ...