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

Static variables with identical names cannot be all evaluated #359

Open
ghost opened this issue Nov 10, 2024 · 0 comments
Open

Static variables with identical names cannot be all evaluated #359

ghost opened this issue Nov 10, 2024 · 0 comments
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.

Comments

@ghost
Copy link

ghost commented Nov 10, 2024

{static x = 1;}
{static x = 2;}

The debugger shows both in the Globals window, but you cannot inspect both in the Watch window.

@ryanfleury ryanfleury added Bug A report of unintended or broken behavior. Debugger Pertains to the debugger. labels Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.
Projects
None yet
Development

No branches or pull requests

1 participant