vdd-core.capture-global documentation

Allows capturing code execution data from code being visualized. This is a very simplistic
implementation that stores captured state in a vector in an atom.

capture!

(capture! data)
Captures data for visualization.

captured

(captured)
Returns the data that was captured.

enable

(enable)(enable do-enable)
Enables capturing of data. This should only be done in development mode.
Initially enabled is false so no data will be captured.

reset-captured!

(reset-captured!)
Clear the captured state.