Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect debug mode
Message
De
18/01/2001 08:51:29
 
 
À
18/01/2001 08:46:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00465079
Message ID:
00465082
Vues:
16
>How can I detect if debug indormation is included in the application at
>runtime?
>
>I want to call a different error handler if I am running with debug information
>or through the debugger.
>
>Thanks

A standard way of doing this is to have your application look for the existence of a text file, "debug.txt" in the application directory. If the file is found, you can set an application property .lDebug to true. Is this what you mean?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform