Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Runaway Debugger!
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Runaway Debugger!
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01025955
Message ID:
01025955
Vues:
65
Hi Gurus...

Question

If you want to bring up the DEBUGGER in your code, a simple SET STEP ON will do.

But if the code happens to be the TIMER code in a TIMER object, like this...


TIMER.TIMER
this.Enabled = .f.

ACTIVATE SCREEN
?
? "BEFORE STEP AND ECHO"
?
SET STEP ON 
SET ECHO ON

Local lnArea, lcday, lctime, lbRefresh, ldCurrentDate, ldDialDate, llDoSkippedDial
lnArea = Select(0)
The Debug Window never comes up.... it keeps firing and running the code, ignoring the SET STEP ON.

How do you get it to observe the SET STEP ON, in this case, for debugging?

Thanks!
Tommy Tillman A+ NetWork+ MCP
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform