Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem in trace window
Message
De
01/11/2018 06:21:44
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
31/10/2018 18:23:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Divers
Thread ID:
01663003
Message ID:
01663021
Vues:
50
>>Hi all,
>>
>>This is messing me up trying to trace some code - I like to put a SET STEP ON in my code to step through a section of code (instead of using the breakpoint dialog).
>>
>>Now when I invoke that, instead of the focus being on the next line of code, it is at the end of the method and even if I do another step, the focus never goes on any code. I tried turning off the Foxuser resource table but that did not help.
>
>Some frameworks (such as VMP) have background timers running all the time, which seriously messes up debugging. In those cases, prior to SET STEP ON you need to issue some commands disabling those timer(s).

I've started adding a TimersOnOff() function to heavier forms, and call them even when not debugging, to make sure creation of containers (and their dozen cursors) runs without processor's sweat messing up the picture :). Specially the local timers, which may have something to do with the controls on the container currently being created, should not fire before these controls are complete.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform