Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange debugging behaviour
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01340892
Message ID:
01340899
Views:
7
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform