Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugger question
Message
 
 
À
02/05/2000 13:51:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00365161
Message ID:
00365262
Vues:
15
Nick beat you to it, but thanks. :)

Michelle


>Try this:
>
>Assume llOk = .T. and you want to know when it switches to .F.
>
>Set a watch for this expression, and set the debugger to break when it's value changes.
>
>IIF(TYPE("llOk")<>"L", .T., llOk)
>
>This way, when it's out of scope the expression will return .T., so the debugger won't suspend execution.
>
>Hope this helps,
>
>Chris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform