Liking cljdoc? Tell your friends :D

cc.journeyman.errata.core

Generate more useful backtraces.

Generate more useful backtraces.
raw docstring

register-interesting-ns!clj

(register-interesting-ns! namespace)

Declare a namespace as interesting.

Declare a `namespace` as interesting.
sourceraw docstring

serrclj

Convenience shortcut for summarise-error

Convenience shortcut for `summarise-error`
sourceraw docstring

show-html-backtraceclj

(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.
sourceraw docstring

summarise-errorclj

(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.
sourceraw docstring

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

× close