Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 debugger and timer troubles
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00149027
Message ID:
00149112
Views:
22
>I am having trouble with the debugger in VFP6 when a timer is running. The debugger "resets" itself whenever the timer fires. i.e. If I have expanded an object in the Watch or Local window, it will collapse whenever the timer fires. If I have a fast timer running, (.5 secs, to refresh a toolbar, for example) I can barely get a click in.
>
>I am running the Debugger in the Debug frame and am not displaying timer events. I am showing the line numbers in the Trace window and am not tracing between breakpoints. I did have the trace between breakpoints option on at one time, but the application response was extremely slow.
>
>TIA,
>Bill

What you want to do is make your timers 'trace aware'... Check out the timer in the VFP 6.0 FFC... but, basically, the timer is looking for the debug window... if it finds it the changes its trac interval to a traceinterval property, which you could set to a very high number, or 0 to turn it off.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform