Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in trace window
Message
From
01/11/2018 14:26:32
 
 
To
01/11/2018 13:36:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Miscellaneous
Thread ID:
01663003
Message ID:
01663058
Views:
47
Hi Rick,

I did try making a small change and saving and also doing a COMPILE FORM (the help file says it does this automatically when saving the form but thought I would try anyhow).

So what did work was to take out all the code and just put in my parameter statement, run that and the trace window was correct. Then when I put back the original code, it worked properly. So must have been something in the compiler messed up such that really forcing it to "clean up" worked.

Thanks all.
Albert


>Albert, I don't know if this will work for you, but I've had to do this at times in the debugger. Set an F9 breakpoint on many lines, and then use single-step and it will only break on those breakpoint lines.
>
>In addition, try taking the code out of whatever it is that's being wonky and put it in a tiny PRG for editing, and see if it behaves properly in the other source file. You can pass in parameters like this and thisForm and whatever is contextual so you can reference them with toThis, toThisForm, etc.
>
>I've also tried going in to the class or form or whatever it is and forcing some small change so it recompiles, or building the app with the RECOMPILE option. These have all helped to varying degrees at various times.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform