Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Feature is not available
Message
From
22/01/2001 11:33:37
 
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00466511
Message ID:
00466665
Views:
10
>>>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.

I know, I know. You can use ASSERT for this, but we started doing this in FPD 2.6, and ASSERT don't allow you to log the message. 8-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform