Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange debugging behaviour
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01340892
Message ID:
01340899
Vues:
8
Hi Robin,

>I am trying to debug the interactive change event of a text field, but if I suspend the code and type commands into the command box, I get no response or error message? It's making the code a pain todebug for sure,

where are you displaying the response? You could try DEBUGOUT to send the response to the debug window. If you use ?, make sure you issue ACTIVATE SCREEN before. Error messages are handled by the local error handler. This can be the Error event of the textbox or a TRY...CATCH block. You can set a breakpoint on PROGRAM() to capture those.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform