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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: