Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debug directly from source code

Status
Not open for further replies.

FoxRookie

Programmer
Sep 27, 2001
17
US
Can anyone explain how a developer can run their application directly from source code without having to compile the app every time a change is made and re-tested?

thanks! darrin
 
HI
I suggest you compile and run the aplication so that the various components needed will be taken care of while compiling. However, if you are sure that no code existing in the project is used by a form or prg.. you can run that by clicking on the RUN button of the project.. or from the command window..
DO FORM myForm
or
DO myPrg
While you are in the development stage.. that is.. while you are with the form designer.. you can right click on the form and in the resulting popup.. click on Run to run the form also.

Hope this helps you :) ramani :-9
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top