Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set BREAK on a Variable in Code?
Message
 
 
À
18/01/2002 10:25:13
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00606756
Message ID:
00606785
Vues:
25
>I usually Set Step On and then set a BREAK on a particular variable, but is there a way to do this in code so I won't have to stop the code and open the debugger until the value changes after a certain point? Thanks!
>
>Regards, Renoir

Why don't you add the variable name to the watch window then double-click in the grey column to the left of the variable to set the break point. You can also open the Debugger, and set a break point based on: Break When Expression Has Changed or is True.

To stop in code use the ASSERT command:

ASSERT some_logical_expression Message "Some Message"
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform