Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suggestion: Add a 'Debugger' category
Message
 
To
07/08/1999 03:19:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00251000
Message ID:
00251021
Views:
17
>I would also like to see information on the practical use of DEBUGOUT and methods for logging event firing sequences. BTW are there any good articles and/or FAQs here on any debugging topics?
Al,

DEBUGOUT is a replacement for your Wait windows. A wiat windwo can affect the results because it creates a window that gets focus and therefore can change the event firing sequence. DEBUGOUT sends itsoutput to teh DEBUGOUT window and does not alter the event sequence. You simply replace your wait window "Whatever" with a DEBUGOUT "Whatever" and then start the debugger and run your app. When you are ready you switch to the debugger and read the output in the debug out window.

Tracing events is also easy with teh debugger. Click on the evetn logging button in the top of the debugger adn select the events you want to track. Chcek the check box to track events. Then run your app. Again, when you are ready switch to the debugger and read the event sequence in the debugout window.
Previous
Reply
Map
View

Click here to load this message in the networking platform