Liking cljdoc? Tell your friends :D

spyscope.core


pretty-render-valueclj/s

(pretty-render-value form meta)

Prints out a form and some extra info for tracing/debugging.

Prints the last n stack frames

Prints out a form and some extra info for tracing/debugging.

Prints the last `n` stack frames
source (clj)source (cljs)raw docstring

(print-log form)

Reader function to pprint a form's value.

Reader function to pprint a form's value.
source (clj)source (cljs)raw docstring

(print-log-detailed form)

Reader function to pprint a form's value with some extra information.

Reader function to pprint a form's value with some extra information.
source (clj)source (cljs)raw docstring

traceclj/s

(trace form)

Reader function to store detailed information about a form's value at runtime into a trace that can be queried asynchronously.

Reader function to store detailed information about a form's value at runtime
into a trace that can be queried asynchronously.
source (clj)source (cljs)raw docstring

trace-storageclj/s

source (clj)source (cljs)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close