cc.journeyman.errata.core
Generate more useful backtraces.
register-interesting-ns!
(register-interesting-ns! namespace)
Declare a namespace
as interesting.
serr
Convenience shortcut for summarise-error
show-html-backtrace
(show-html-backtrace error namespaces)
(show-html-backtrace error)
(show-html-backtrace)
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 namespaces)
(summarise-error error)
(summarise-error)
Show the interesting details of this error
, considering these namespaces
to be interesting, or the registered interests if no namespaces
argument is passed.