Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suggestion: Add a 'Debugger' category
Message
 
À
07/08/1999 03:19:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00251000
Message ID:
00251021
Vues:
18
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform