(bound-trace symb val {:keys [coor form-id form-flow-id]})
Instrumentation function. Sends the :flow-storm/add-bind-trace
trace
Instrumentation function. Sends the `:flow-storm/add-bind-trace` trace
(connect)
(connect {:keys [host port protocol]})
Connects to the flow-storm debugger.
When connection is ready, replies any events hold in pre-conn-events-holder
Connects to the flow-storm debugger. When connection is ready, replies any events hold in `pre-conn-events-holder`
(init-trace {:keys [form-id form-flow-id flow-id args-vec fn-name]} form)
Instrumentation function. Sends the :flow-storm/init-trace
trace
Instrumentation function. Sends the `:flow-storm/init-trace` trace
(trace-and-return result
err
{:keys [coor outer-form? form-id form-flow-id]}
orig-form)
Instrumentation function. Sends the :flow-storm/add-trace
trace and returns the result.
Instrumentation function. Sends the `:flow-storm/add-trace` trace and returns the result.
(ws-send event)
Send the event thru the connected websocket. If the websocket
connection is not ready, hold it in pre-conn-events-holder
Send the event thru the connected websocket. If the websocket connection is not ready, hold it in `pre-conn-events-holder`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close