Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question on Coverage
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00708973
Message ID:
00709138
Vues:
24
Charles, thanks for your reply.

I have used the Coverage Profiler but it only points to line numbers and controls.

I was looking for some method of wrting the ACTUAL source lines to a log file, rather than a refrenece to them. Currently, I then have to go back to the source and check out what the actual line does.

Regards,

Gerard




>Have a go at the Coverage Profiler.
>
>Get to the place in your program where you are just about ready to begin executing the code you want to track and then either suspend your program and execute the following command:
>
>SET COVERAGE TO CoverageLogFileName
>
>resume your program and then launch the form you want to track. As you are clicking around the form VFP is tracking exactly which code is being executed and storing the exeucted lines in the file provided above.
>
>Once you have completed investigating the form you are interested in get out of your application and go to the Tools | Coverage Profiler and open the .LOG file that VFP just created for you. Using the Coverage Profiler form you can reveil all kinds of information about the code that just ran and how long each took.
>
>You can also open the .LOG file manually and examine it.
>
>You might want to read the help file on the Coverage Profiler as it's functionality is too much to detail here.
>
>Hope this helps,
>
>CTBlankenship
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform