clone-throwable function clojure.tools.trace
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...
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...
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 ...