Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Watch window in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00369492
Message ID:
00369534
Views:
26
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform