Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Feature is not available
Message
From
22/01/2001 11:31:28
 
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00466511
Message ID:
00466662
Views:
8
>>You've just introduced me to a command that I never knew existed. I usually do:
>>
>>DEBUG
>>SUSPEND
>>
>>Thanks
>>Kev
>
>What I sometimes do is wrap my debugging code in an if statement:
>
>
>IF VERSION(2)  0 && Runtime
>     SET STEP ON
>ENDIF
Hi, James, Kevin.

We use a little function called Developer( tcMessage, tlLog ) that tests if wwe are at runtime or not.

If we're in development environment, it shows the message, giving the options to suspend, cancel, debug or ignore.

If we're in production it just passes by, logging the message to a file if the second parameter is True.

It is that kind of stupid functions that you just can't live without.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform