Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugging Forms
Message
De
13/06/1996 16:24:49
 
 
À
13/06/1996 07:29:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00002254
Message ID:
00002289
Vues:
34
>try Ken Levy's SuperClass utility
>
>Arnon

Another excellent suggestion, which I received from a FP Usenet group, was to place an expression such as:


PROGRAM()=FormsetName.FormName.MethodName

in the left pane of the Debug window, and then set a breakpoint
by clicking in the divider between the two panes.

This will cause program execution to break when the method is
first entered (since the expression's value will change from .F. to .T. at this point). From there, you can open the Trace window, with the method code at your full disposal.

This is also mentioned in "Visual FoxPro Expert Solutions" by
Miriam Liskin. I just got this book yesterday, but so far it
seems like one of the best out there.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform