>> The resource file is corrupted, most probably. Try deleting it - it will be
>> recreated.<<
A bit of a drastic move, don't you think? You can delete the debugger records
in the resource file without trashing it
all. Another way to test is to SET RESOURCE OFF before opening the debugger to
determine if this really is the problem
or not.
Here is the code I wrote and published in MegaFox: 1002 Things You Wanted to
Know About Extending VFP, available from
Hentzenwerke.com, or Google's books.
LOCAL lcOldResource
lcOldResource = SYS(2005)
SET RESOURCE OFF
USE (lcOldResource) EXCLUSIVE ALIAS curResource
DELETE ALL FOR id = "BPOINTS"
DELETE ALL FOR id = "DBGFRAMEM"
DELETE ALL FOR id = "DEBUGFRAME"
DELETE ALL FOR id = "DEBUGGER"
DELETE ALL FOR id = "ETRACK"
DELETE ALL FOR id = "F_DBGWINDOW"
DELETE ALL FOR id = "WATCHEXPR"
PACK
USE IN (SELECT(""curResource""))
SET RESOURCE ON
SET RESOURCE TO (lcOldResource)
Rick
White Light Computing, Inc.
www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.