Crate dbgbb

Source
Expand description

§dbgbb!

A framework for analyzing debugging data in a Mathematica/Jupyter notebook.

Macros§

dbgbb
Send the debug data to the server.
dbgbb_acc
Accumulate and send the debug data to the server.
dbgbb_concat
Create a single array and send it to the server. The lengths of the elements should be the same.
dbgbb_flatten
Send each element to the server.
dbgbb_index
Send each element to the server adding the index to the tag.
dbgbb_read
Read data from the server.

Structs§

Buffer
Buffer for sending the data over TCP.

Traits§

Rename
Rename the variable.