Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Watch window in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00369492
Message ID:
00369534
Vues:
25
>Is it possible to empty the "watch window" of the debugger without running the VFP debugger. I put a function in it, which crashes my VFP session. Anybody have any ideas?
>
>Thanks in advance,
>
Sander,

Try the following in the command window:
lcresource = SET('RESOURCE', 1)
SET RESOURCE OFF
USE (lcresource) EXCLUSIVE
DELETE ALL FOR ID = 'WATCHEXPR'
PACK
USE
SET RESOURCE ON
That'll remove all the values in the watch window.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform