Liking cljdoc? Tell your friends :D

day8.re-frame.debux.dbgn


dbgncljmacro

(dbgn form & [opts])

DeBuG every Nested forms of a form.s

DeBuG every Nested forms of a form.s
sourceraw docstring

dbgn-formscljmacro

(dbgn-forms forms send-form args & [opts])

Similar to dbgn but can deal with multiple forms and inject a specified form to send-form! args: forms - the sequence of forms i.e. an implied do in a fn send-form - the form sent to be traced args - the symbols in the args (that need to be added to num-seen)

Similar to dbgn but can deal with multiple forms and inject a specified form to send-form!
args:
 forms - the sequence of forms i.e. an implied do in a fn
 send-form - the form sent to be traced
 args - the symbols in the args (that need to be added to num-seen)
sourceraw docstring

debux-symbol?clj

(debux-symbol? sym)
source

depthclj

(depth loc)

Calculate how far we are inside the zipper, by ascending straight up until we can't get any higher.

Calculate how far we are inside the zipper, by ascending straight up
until we can't get any higher.
sourceraw docstring

insert-skipclj

(insert-skip form env)

Marks the form to skip.

Marks the form to skip.
sourceraw docstring

insert-traceclj

(insert-trace form d-sym env)
(insert-trace form d-sym env seen)
source

mini-dbgncljmacro

(mini-dbgn form)

DeBuG every Nested forms of a form.s

DeBuG every Nested forms of a form.s
sourceraw docstring

real-depthclj

(real-depth loc)

Calculate how far we are inside the zipper, ignoring synthetic debux forms, by ascending straight up until we can't get any higher.

Calculate how far we are inside the zipper, ignoring synthetic debux forms,
by ascending straight up until we can't get any higher.
sourceraw docstring

remove-skipclj

(remove-skip form)
source

skip-past-traceclj

(skip-past-trace loc)

skips past added trace

skips past added trace
sourceraw docstring

spyclj

(spy x)
source

tracecljmacro

(trace & args)
source

trace*cljmultimethod

source

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

× close