> > no. i build my program into exe. i trace my errors when i run the exe because i have many forms, and prgs. i have used debug with only 1 prg. how to use it in a project?
>
> Are you using Project Monager for your project?
>
> BTW, I am sure you are testing your form individually in VFP IDE.
> On the leftmost portion of your code in event double click a line code where you want to pause during the excution, a red dot will appear (represent stop) and VFP Debug window will appear separetely.
>
>
>
> Run your form and it stop on the command where you marked. and transfer to VFP Debug window to trace (menu View->Trace window)... F8 will execute line by line on trace window.
>
>
Fox Blood Live in Us...FOXITE is everything under the FoxWorld!yes.im using project manager. i am not testing my form individually because i have a prg as the main program that calls all the forms. and it will also look for my connection handle (sql connection coded in main.prg) if i will test it individually.