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

🪲 The variable list does not appear in the output after level 5 #6026

Open
boryanagoncharenko opened this issue Dec 6, 2024 · 0 comments
Labels
bug Something isn't working strategy

Comments

@boryanagoncharenko
Copy link
Collaborator

Describe the bug
After the execution of a program we display a list will all variables used in the program in the output pane. This is how it looks:
Screenshot 2024-12-06 at 15 26 30

However, this variable list is not displayed after level 5. Probably the reason is that in level 6 we start wrapping all variables in Value().

Steps to reproduce
Open level 6 and execute the following program. Notice that after it is executed, there is no variable button or list displayed:

a is 15
print a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working strategy
Projects
Status: No status
Development

No branches or pull requests

2 participants