Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anybody here can help with the Coverage Profiler?
Message
From
22/11/2000 14:53:03
 
 
To
22/11/2000 14:50:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00444709
Message ID:
00444710
Views:
15
This is the corrected version of what I just posted.

Here is what I'd like to be able to do with the profiler.

If for example I have the following lines of code that I want to trace:


LOCAL lnI
LOCAL lnJ
lnJ = 1

FOR lnI = 1 to 10
lnJ = lnJ * 1
ENDFOR


I'd like to have the following results

Executed at 09:09:35.0056 LOCAL lnI
Executed at 09:09:35.0062 LOCAL lnJ
Executed at 09:09:35.0070 lnJ = 1
Executed at 09:09:35.0062 FOR lnI = 1 to 10
Executed at 09:09:35.0100 lnJ = lnJ * 1
Executed at 09:09:35.0110 .
Executed at 09:09:35.0120 .
Executed at 09:09:35.0130 .
Executed at 09:09:35.0140 .

Is this something possible?
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform