Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Feature is not available
Message
 
 
À
22/01/2001 09:52:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00466511
Message ID:
00466662
Vues:
9
>>You've just introduced me to a command that I never knew existed. I usually do:
>>
>>DEBUG
>>SUSPEND
>>
>>Thanks
>>Kev
>
>What I sometimes do is wrap my debugging code in an if statement:
>
>
>IF VERSION(2)  0 && Runtime
>     SET STEP ON
>ENDIF
Hi, James, Kevin.

We use a little function called Developer( tcMessage, tlLog ) that tests if wwe are at runtime or not.

If we're in development environment, it shows the message, giving the options to suspend, cancel, debug or ignore.

If we're in production it just passes by, logging the message to a file if the second parameter is True.

It is that kind of stupid functions that you just can't live without.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform