Visual Foxpro Debugger Gone Bonkers

Posted December 15, 2008

debugger_gone_bonkers1

I must say that I haven’t ever seen this one before. I’m transitioning from an XP Pro machine to a new Vista machine. I’m now trying to debug through a VCX and … this. What gives?!?!

Posted in Visual Foxpro

Tags:

One Response to “Visual Foxpro Debugger Gone Bonkers”

  1. kcully says:

    Well, Rick Schummer came to my rescue. He suggested the following:

    Backup VCX
    open VCX EXCL
    REPLACE ALL ObjCode with “”
    PACK
    CLOSE DATA ALL
    COMPILE CLASSLIB ,
    try again.

    That cleared it right up. Something with the move to the new machine bonked the code. Its nice to be in the land of sanity again.

    -Kevin

Leave a Reply