Thank you... I tried and got the cannot open the foxuser table error. 
Went to the directory where the sys(2005) said it was, and it said that 
vfp was using it.
(I had shutdown VFP by then.)
Opened the task manager, it said that vfp was still running. (I logged 
off and on again, and it still showed up in the task manager list...)
Once I killed the vfp process, I was able to delete the foxuser files.
Now debug window works???

Thanks for all of your help in this matter.
Mike

On 14/07/2011 3:51 PM, Rick Schummer wrote:
>>> 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
>
>
>
[excessive quoting removed by server]

_______________________________________________
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.

Reply via email to