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:
01340920
Views:
7
Hi Christof

This seems to be related to the error handler. After some investigation, if I type a command into the command box that is incorrect, like syntax or a veriable which isn't defined, no error message is displayed, and the currsor just moves to the next line.

>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.
Rob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform