Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debug ? - How do I see global (Public) variables
Message
 
To
02/10/2000 14:56:05
GW Gross
{Banned by Information Security Policy}
Lake Mary, Florida, United States
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00423647
Message ID:
00423873
Views:
19
>When I am running the debugger, I don't see all of the global (Public) variables that I have defined in a code module. I can print them in the Immediate window, but is there a way to see them in the Locals window? It is a real pain to look at ADO recordsets when you have to print each attribute you want to see.

The locals window shows variable that belongs to the module in which you are. If you break your application while being in a code module, you should be able to see the variables of this module.

Another way to view them is to add your global variables to the watch window setting the scope to all module.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform