Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 debugger and timer troubles
Message
From
22/10/1998 09:05:54
 
 
To
22/10/1998 02:47:23
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00149027
Message ID:
00149324
Views:
20
>I'm curious - does the Error Handler of the framework you are using make calls to the Time Manager? It would probably have to.
>
>If the timer's (or multiple timers') Interval property is set to 0 then the timer's Timer Event won't fire and once debug is exited, the Interval property won't get reset because the code that resets it is in the Timer Event. If the Interval property is set to a high value (e.g. 10000) when debug is called then the interval is long enough to navigate the Trace, Watch, and Locals windows.
>

No... it is not so elegant to set the timers back automatically. But, all it takes is typing in the command window:

goApp.oTimerMgr.ResetTimer()

You can also specify a timer... if you don't specify one they all get reset.

Then I just type resume.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform