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

Don't working properly for global variables #6

Open
errorcalc opened this issue Nov 28, 2016 · 2 comments
Open

Don't working properly for global variables #6

errorcalc opened this issue Nov 28, 2016 · 2 comments

Comments

@errorcalc
Copy link

errorcalc commented Nov 28, 2016

DLight is very good project, thanks.
Unfortunately it does not work for such a simple code:
28 11 2016 14-3-32

@chillumw
Copy link

I'm not sure if what I'm venturing here is correct, but isn't that a feature, not a bug? The value of A (@now, ie in memory) is displayed, it won't be able to look into the "future", after you have stepped past A:= 22, then the package will display the value of A as 22, you are measuring /before/ the memory of A is changed to 22, so it correctly displays the value of A=333 up until the point where you actually change the memory (by stepping past it) to 22, then all debug info of A wil read 22?

@superswanman
Copy link
Owner

DLight currently does not support Global variables. I wish I could, but It is not yet examined.

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

3 participants