(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
(print-log form)
Reader function to pprint a form's value.
Reader function to pprint a form's value.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close