You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a program user I want to be able to undo instructions So that I can easily debug my program by better understanding its state at different points in time.
Request Description
Allow for users to undo single instructions. This will require a revamp of the way we handle instructions. Please make it so that the undid instructions can be "redone" by also having a queue of instructions to redo. This will fix the issue of needing to allow for inversion of certain instructions like read instructions.
The text was updated successfully, but these errors were encountered:
As a program user
I want to be able to undo instructions
So that I can easily debug my program by better understanding its state at different points in time.
Request Description
Allow for users to undo single instructions. This will require a revamp of the way we handle instructions. Please make it so that the undid instructions can be "redone" by also having a queue of instructions to redo. This will fix the issue of needing to allow for inversion of certain instructions like read instructions.
The text was updated successfully, but these errors were encountered: