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

Watch variables/expressions #132

Open
pdawyndt opened this issue Apr 26, 2022 · 1 comment
Open

Watch variables/expressions #132

pdawyndt opened this issue Apr 26, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@pdawyndt
Copy link
Contributor

Many debuggers allow to watch variables/expressions while stepping through the code. Kris Werbrouck (secundary school teacher) asked whether this could also be supported in Papyros. He uses this feature in his own classroom as part of the Thonny IDE for beginners. Maybe also worthwhile to look into the features this IDE supports.

image

@winniederidder
Copy link
Contributor

winniederidder commented Apr 27, 2022

Running code in Snoop (as can be done in #116 ) shows variables and their values at every point they change.
In #109, I mentioned displaying relevant local variables while stepping through code, but we didn't decide on a way to display them yet.
Adding PythonTutor support should also help with watching variables change over time.

(Accidentally hit close with comment)

@winniederidder winniederidder added the enhancement New feature or request label May 9, 2022
@winniederidder winniederidder added this to the later milestone May 9, 2022
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

2 participants