Bolt icon indicating copy to clipboard operation
Bolt copied to clipboard

Create a debugging tool for visually exploring the current state of a running program

Open samvv opened this issue 1 year ago • 0 comments

If we're able to make all structures serializable by default, we can serialize the program state to a graph and explore it visually.

A filter can be applied to the graph to only display those elements that are matched by the filter. In first iterations, a simple substring match will suffice.

samvv avatar Feb 19 '24 12:02 samvv