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
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?
DLight is very good project, thanks.
Unfortunately it does not work for such a simple code:
The text was updated successfully, but these errors were encountered: