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

Display .t stack variables below named temporaries #124

Open
martinmcclure opened this issue Dec 7, 2022 · 0 comments
Open

Display .t stack variables below named temporaries #124

martinmcclure opened this issue Dec 7, 2022 · 0 comments
Assignees
Labels
cosmetic Improves user experience without affecting functionality

Comments

@martinmcclure
Copy link
Member

Currently, the local variables of a debugger frame are displayed receiver, .t stack variables, then named temporaries.
When stepping, the number of .t stack variables often changes, making it hard to keep track of the position of a named variable of interest.

Should move the .t stack variables to the bottom of the list so the list positions remain stable. The argument stack should be listed bottom-first, so that a push adds to the bottom of the list. .t variables should be numbered with .t1 being the bottom of the evaluation stack.

@martinmcclure martinmcclure added the cosmetic Improves user experience without affecting functionality label Dec 7, 2022
@martinmcclure martinmcclure self-assigned this Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmetic Improves user experience without affecting functionality
Projects
None yet
Development

No branches or pull requests

1 participant