Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging Forms
Message
From
13/06/1996 16:24:49
 
 
To
13/06/1996 07:29:11
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00002254
Message ID:
00002289
Views:
40
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform