boltlang / Bolt

A programming language for rapid application development
35 stars 1 forks source link

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

Open samvv opened 6 months ago

samvv commented 6 months ago

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.