Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect debug mode
Message
From
18/01/2001 08:51:29
 
 
To
18/01/2001 08:46:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00465079
Message ID:
00465082
Views:
17
>How can I detect if debug indormation is included in the application at
>runtime?
>
>I want to call a different error handler if I am running with debug information
>or through the debugger.
>
>Thanks

A standard way of doing this is to have your application look for the existence of a text file, "debug.txt" in the application directory. If the file is found, you can set an application property .lDebug to true. Is this what you mean?
Previous
Reply
Map
View

Click here to load this message in the networking platform