Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugger bug
Message
From
13/11/2013 15:22:38
 
 
To
13/11/2013 14:50:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 5
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01587352
Message ID:
01587923
Views:
61
>>>>>>>Hi All:
>>>>>>>
>>>>>>>I have the following annoying bug in the debugger: Sometimes the arrow stops a few lines before the actual line that it is executing, so that as I step thru the code, it is actually executing a few lines later. This makes debugging very frustrating. If this is a bug in 5.0, then there is nothing I can do. However, is there a solution to this?
>>>
>>>Sigh. I'll just live with it.
>>
>>At the absolute worst, try a repair / reinstall of VFP ?
>>
>>Chris.
>
>Nah, I'll just live with it. I'm not even sure he has all the installation files for 5.0. But thanks.


Does VFP5 have the ASTACKINFO() function? If so you could create a timer which fires every 500 milliseconds, and populate a PUBLIC variable with the line that it's currently on. By examining that value in the watch window, you'd at least know what the real source code line is/was.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform