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.
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.
(read-trace-tag form)
(read-ztrace-tag form)
(trace form)
(trace flow-id form)
Recursively instrument a form for tracing.
Recursively instrument a form for tracing.
Adds a watch to ref with ref-name that traces its value changes.
Adds a watch to ref with ref-name that traces its value changes.
(trace-var var-symb)
Removes the watch added by trace-ref.
Removes the watch added by trace-ref.
(untrace-var var-symb)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close