Function IsDebug() Foundation

Checks whether an application is controlled by the Xbase++ debugger.

Syntax
IsDebug() --> lDebuggerRunning
Return

The function returns the logical value .T. (true) if the program is started by the Xbase++ debugger, otherwise .F. (false) is returned.

Description

Depending of the return value of IsDebug(), an application may suppress the execution of code sequences to be able to debug more efficiently, or execute extra functions which provide additional debug information.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.