SteveTerrell Active Member Licensed User Longtime User Apr 2, 2014 #1 I have noticed while (legacy) debugging that instances of a class (as displayed in the local variables or value inspect pop up) seem to include pointers (set to null) of all modules in my project. Is this really the case? Steve
I have noticed while (legacy) debugging that instances of a class (as displayed in the local variables or value inspect pop up) seem to include pointers (set to null) of all modules in my project. Is this really the case? Steve
Erel B4X founder Staff member Licensed User Longtime User Apr 3, 2014 #2 These null pointers are required for compilation. Upvote 0
SteveTerrell Active Member Licensed User Longtime User Apr 3, 2014 #3 Erel said: These null pointers are required for compilation. Click to expand... Thanks Upvote 0