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

Can't debug properly using more than one static variable with the same name on multiple classes #202

Open
luc10921 opened this issue Sep 4, 2023 · 0 comments

Comments

@luc10921
Copy link

luc10921 commented Sep 4, 2023

I have 2 classes on 2 files with a public static int num, but the debugger can't recognize which one it should use on each file, so it will use the one that has the lesser slotIndex.

image
image

It also can't recognize OtherFile.num when hovering it.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant