Extract useful backtrace information from Clojure exceptions.
Extract useful backtrace information from Clojure exceptions.
(classify-backtrace error namespaces)
Produce a classified list of the backtrace for this error
, considering
these namespaces
as interesting.
Produce a classified list of the backtrace for this `error`, considering these `namespaces` as interesting.
(construct-entry-for-frame frame namespaces)
Construct an entry in a backtrace frame list for this frame
, considering
these namespaces
as interesting.
Construct an entry in a backtrace frame list for this `frame`, considering these `namespaces` as interesting.
(fold-backtrace error)
(fold-backtrace error namespaces)
Return the backtrace of this error
as a list of lists, such that in each
sublist every member has the same value for :interesting?
as derived from
these namspaces
.
Return the backtrace of this `error` as a list of lists, such that in each sublist every member has the same value for `:interesting?` as derived from these `namspaces`.
(summarise-frame frame)
Summarise a single stack frame
, presented as a map.
Summarise a single stack `frame`, presented as a map.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close