Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow undoing the step execution #12

Open
sozysozbot opened this issue Mar 29, 2022 · 0 comments
Open

Allow undoing the step execution #12

sozysozbot opened this issue Mar 29, 2022 · 0 comments

Comments

@sozysozbot
Copy link
Contributor

Since the full state machine is relatively simple, it is quite feasible to retain the history of the step execution (~1000 steps to the past) in memory and allow undoing a few steps back into the past. This becomes quite handy when debugging a complicated Piet program: for instance, a wrong CC might cause the path of execution to leak into an unintended area and wreak havoc, and in those situations it becomes convenient to be able to roll back a few steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant