Liking cljdoc? Tell your friends :D

flow-storm.api

clj

This is the only namespace intended for users. Provides functionality to connect to the debugger and instrument forms.

This is the only namespace intended for users.
Provides functionality to connect to the debugger and instrument forms.
raw docstring

connectclj/s

Connects to flow-storm debugger. Once connected, all generated traces are sent to the debugger thru a websocket connection. Optionally you can provide a map with :host and :port keys.

Connects to flow-storm debugger.
Once connected, all generated traces are sent to the debugger thru
a websocket connection.
Optionally you can provide a map with :host and :port keys.
raw docstring

read-trace-tagclj

(read-trace-tag form)

read-ztrace-tagclj

(read-ztrace-tag form)

traceclj/smacro

(trace form)
(trace flow-id form)

Recursively instrument a form for tracing.

Recursively instrument a form for tracing.
raw docstring

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

× close