Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debug ? - How do I see global (Public) variables
Message
 
À
02/10/2000 14:56:05
GW Gross
{Banned by Information Security Policy}
Lake Mary, Floride, États-Unis
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00423647
Message ID:
00423873
Vues:
18
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform