Bolt
Bolt copied to clipboard
Create a debugging tool for visually exploring the current state of a running program
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.