Liking cljdoc? Tell your friends :D

prone.debug


*debug-data*clj

source

debugcljmacro

(debug & forms)

Debug application with Prone. Queues up a source location along with available local bindings, and provided message/data. Note that the macro always returns nil. The macro is only used for side-effects, queueing up messages to render when the request handler reaches the Prone middleware.

Debug application with Prone. Queues up a source location along with
available local bindings, and provided message/data. Note that the macro
always returns nil. The macro is only used for side-effects, queueing up
messages to render when the request handler reaches the Prone middleware.
sourceraw docstring

queue-debugclj

(queue-debug {:keys [forms locals class-path-url] :as data})
source

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

× close