Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set step on in .EXE application
Message
From
25/06/2018 14:36:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01660858
Message ID:
01660859
Views:
79
>Hi,
>
>I am trying to duplicate the problem that a customer has, stepping through the debugger. What I plan to do is add SET STEP ON in the procedure where I need to start the debugger. Then build the .EXE (e.g. MyApp.EXE), copy it to the customer server. Then on the customer server open VFP IDE and call DO MyApp.exe. Do I need to copy all .PRG files where the debugger will step through? I should I compile these .PRG and copy .FXP files?
>
>TIA

You'll need to copy the PRG files, as well as any SCX/SCT (if the error is occurring in a screen), VCX/VCT (if the error is occurring in a class) and FRX/FRT (if error is in a report), and you probably also may need to make sure you compile the EXE and APP with debug info turned on in the project. ... and hope that the problem isn't a Heisenbug.

of course, an obvious question needs to be asked -- does the customer already have VFP installed, or are you planning to install your copy of VFP onto their computer?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform