andrewdavidmackenzie / flow

Exploration of a data-flow programming paradigm
MIT License
27 stars 2 forks source link

Time Travel in debugger #245

Open andrewdavidmackenzie opened 5 years ago

andrewdavidmackenzie commented 5 years ago

Debugger mode to store trace of all values and be able to go back in time

andrewdavidmackenzie commented 5 years ago

store the inputs and resulting outputs of all dispatches, with:

Commands to:

andrewdavidmackenzie commented 5 years ago

to avoid storing all the traces always (a lot of memory), have a debugger "start tracing" and "end tracing" command. So the index of the trace will not correspond with the dispatch number.