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

Implement a stepper for debugging #20

Open
timbarnes opened this issue Mar 5, 2024 · 2 comments
Open

Implement a stepper for debugging #20

timbarnes opened this issue Mar 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@timbarnes
Copy link
Owner

Stop before each new word, with the ability to display the word name and the stack.

Also useful to be able to investigate other values e.g. variables, strings etc.

Is it possible to run the interpreter inside the stepper?

@timbarnes timbarnes added the enhancement New feature or request label Mar 5, 2024
@timbarnes
Copy link
Owner Author

Basic capability is working.

@timbarnes
Copy link
Owner Author

Added trace functionality - shows stack and current word without requiring user input.

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

No branches or pull requests

1 participant