'Morning. Well, it's a structure and a global one at that. Initialized or not, I should at least be able to see it during debug. And, once again, even though I cannot display the global variable, I know it is being 'seen' and used correctly during program execution.
I know I have a ton of globals as they make early development easier; some of these globals will eventually be converted to locals as I add functionality and improve the code.
What I'd like to know if anyone else is, or is not, able to see this global under debug so I'll know if my problem is another "feature" on my system. Thanks.