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

Walk-through Mode #13

Open
bitjson opened this issue Feb 23, 2019 · 0 comments
Open

Walk-through Mode #13

bitjson opened this issue Feb 23, 2019 · 0 comments

Comments

@bitjson
Copy link
Member

bitjson commented Feb 23, 2019

It would be quite useful to provide a "walk-through mode", where every sample in the evaluation is placed on a new line, and the instruction descriptions are placed beside the development of the stack. Then users can read each line, and see a description of what's happening, like:

OP_1: Push the Script Number 1 onto the stack.         | 1
OP_DUP: Duplicate the top element on the stack.        | 1 1 

This is mostly a feature for reviewing scripts rather than writing them, so it might be a good part of a feature to share scripts. (It doesn't need to be integrated into the actual Editor mode, but could be opened in a dialog, for example.)

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