Liking cljdoc? Tell your friends :D

flow-storm.runtime.debuggers-api


all-formsclj/s


all-threadsclj/s


api-fnclj/s


bindingsclj/s

(bindings flow-id thread-id idx)

call-by-nameclj/s

(call-by-name fun-key args)

callstack-node-childsclj/s

(callstack-node-childs node-ref)

callstack-node-frameclj/s

(callstack-node-frame node-ref)

callstack-tree-root-nodeclj/s

(callstack-tree-root-node flow-id thread-id)

clear-values-referencesclj/s


cljs-get-all-nscljmacro

(cljs-get-all-ns)

cljs-get-ns-internscljmacro

(cljs-get-ns-interns ns-symb)

cljs-sorted-namespaces-sourcescljmacro

(cljs-sorted-namespaces-sources ns-symbs)

Given ns-symbs will return : [["ns-name-1" ["form-1" "form-2"]] ["ns-name-2" ["form-1" "form-2"]]]

Used by tools from the repl to retrieve namespaces forms to instrument/uninstrument

Given `ns-symbs` will return :
    [["ns-name-1" ["form-1" "form-2"]]
     ["ns-name-2" ["form-1" "form-2"]]]

Used by tools from the repl to retrieve namespaces forms to instrument/uninstrument
raw docstring

cljs-source-fncljmacro

(cljs-source-fn symb)

def-valueclj/s


discard-flowclj/s


find-fn-framesclj/s


find-fn-frames-lightclj/s

(find-fn-frames-light flow-id thread-id fn-ns fn-name form-id)

fn-call-statsclj/s

(fn-call-stats flow-id thread-id)

frame-dataclj/s

(frame-data flow-id thread-id idx)

get-formclj/s

(get-form flow-id thread-id form-id)

instrument*cljmacro

(instrument* config form)

instrument-namespacesclj

(instrument-namespaces ns-prefixes opts)
(instrument-namespaces ns-prefixes opts publish-events?)

interrupt-all-tasksclj/s

(interrupt-all-tasks)

interrupt-taskclj/s

(interrupt-task task-id)

interruptible-tasksclj/s

A map from task-id -> interrupt-ch

A map from task-id -> interrupt-ch
raw docstring

pingclj/s

(ping)

search-next-frame-idxclj/s

(search-next-frame-idx & args)

search-next-frame-idx*clj/s

(search-next-frame-idx* flow-id
                        thread-id
                        query-str
                        from-idx
                        params
                        interrupt-ch
                        on-progress)

shallow-valclj/s

(shallow-val vref)

timeline-countclj/s


timeline-entryclj/s

(timeline-entry flow-id thread-id idx)

uninstrument-namespacesclj

(uninstrument-namespaces ns-prefixes)
(uninstrument-namespaces ns-prefixes publish-events?)

val-pprintclj/s

(val-pprint vref opts)

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

× close