org.candelbio.multitool.dev
Utility functions for development only
apropos
(apropos str-or-pattern)
Given a regular expression or stringable thing, return a seq of all definitions in all currently-loaded namespaces that match the str-or-pattern.
debuggable
macro
(debuggable tag captures & body)
tag is a keyword, captures is a list of variable names. Wrap this around an execution; the variables will be captured in the stacktrace