Generate more useful backtraces.
Generate more useful backtraces.
(register-interesting-ns! namespace)
Declare a namespace
as interesting.
Declare a `namespace` as interesting.
Convenience shortcut for summarise-error
Convenience shortcut for `summarise-error`
(show-html-backtrace)
(show-html-backtrace error)
(show-html-backtrace error namespaces)
Show the back trace for this error
as HTML folded to focus on these
interesting namespaces
(or the registered interests if no namespaces
argument
is passed), in a browser window.
Show the back trace for this `error` as HTML folded to focus on these interesting `namespaces` (or the registered interests if no `namespaces` argument is passed), in a browser window.
(summarise-error)
(summarise-error error)
(summarise-error error namespaces)
Show the interesting details of this error
, considering these namespaces
to be interesting, or the registered interests if no namespaces
argument
is passed.
Show the interesting details of this `error`, considering these `namespaces` to be interesting, or the registered interests if no `namespaces` argument is passed.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close