Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Job interview questions, any suggestions
Message
From
01/03/2000 12:18:28
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00339251
Message ID:
00339900
Views:
39
>DEBUGOUT also has the advantage that you don't have to go back and remove them from your code. They don't do anything in the runtime.

If you need a trace during runtime in an EXE, this works well:
If file("c:\debuglog.txt")
StrtoFile(str_variable+chr(13)+chr(10),"c:\debuglog.txt",.T.) && .T. = append
Endif

every iteration of a loop will add a line to the c:\debuglog.txt
Turn on the debuglog by creating the file, off again by deleting the file.
(you could also use several different filename for each segment of code you want to investigate)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform