| | |
Constant | Description | Used by the functions |
---|
Versions 15 and laterAuditAll New in version 15AuditAll AuditAll | All the audit events are written into the dynamic audit. | dbgEnableAudit |
Versions 15 and laterAuditAssertion New in version 15AuditAssertion AuditAssertion | The assertions are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
Versions 15 and laterAuditComment New in version 15AuditComment AuditComment | The audit comments are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
Versions 15 and laterAuditDisabled New in version 15AuditDisabled AuditDisabled | The dynamic audit was not enabled. | dbgAuditStatus |
Versions 15 and laterAuditEnabled New in version 15AuditEnabled AuditEnabled | The dynamic audit is immediately enabled. | dbgEnableAudit, dbgAuditStatus |
Versions 15 and laterAuditError New in version 15AuditError AuditError | The non-fatal errors not processed are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
Versions 15 and laterAuditException New in version 15AuditException AuditException | The fatal errors, processed by WHEN EXCEPTION or not processed, are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
Versions 15 and laterAuditPause New in version 15AuditPause AuditPause | The dynamic audit is paused. | dbgEnableAudit, dbgAuditStatus |
Versions 15 and laterAuditWarningAnomaly New in version 15AuditWarningAnomaly AuditWarningAnomaly | The execution warnings regarding the detected anomalies are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
Versions 15 and laterAuditWarningPerformance New in version 15AuditWarningPerformance AuditWarningPerformance | The execution warnings regarding performance are registered in the dynamic audit. | dbgEnableAudit, dbgAuditOption |
Versions 15 and laterAuditWarningUser New in version 15AuditWarningUser AuditWarningUser | The custom execution warnings are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
Versions 17 and laterdbgActivateSystemDump New in version 17dbgActivateSystemDump dbgActivateSystemDump | Debug information: Enables or disables the generation of system dump to transmit some problems to the Technical Support. | dbgInfo |
Versions 20 and laterdbgActivateUserDump New in version 20dbgActivateUserDump dbgActivateUserDump | Debug information: Enables or disables the user memory dump (Ctrl + Pause). | dbgInfo |
dbgCallingProcess | Debug information: information regarding the calling process. | dbgInfo |
dbgCurrentProcess | Debug information: information regarding the current process. | dbgInfo |
Versions 19 and laterdbgDebuggerEnabled New in version 19dbgDebuggerEnabled dbgDebuggerEnabled | Debug information: Used to find out whether the debugger is enabled or not. | dbgInfo |
Versions 17 and laterdbgDirectorySystemDump New in version 17dbgDirectorySystemDump dbgDirectorySystemDump | Debug information: Directory for generating the system dumps. | dbgInfo |
dbgElement | Debug information: information regarding the process currently run. | dbgInfo |
dbgFullComponentName | Debug information: Full name of component currently run. | dbgInfo |
dbgLine | Debug information: Number of the current line. | dbgInfo |
dbgProcess | Debug information: information regarding the process. | dbgInfo |
dbgStack | Debug information: call stack. | dbgInfo |
dbgTypeName | Debug information: spelled out name of the type. | dbgInfo |
LogAll | All the options are taken into account by the runtime log: WLanguage functions, function parameters, processes. | dbgEnableLog, dbgLogOption |
LogDisabled | The runtime log is not enabled. | dbgLogStatus |
LogEnabled | The runtime log is enabled. | dbgEnableLog, dbgLogStatus |
LogParameters | The parameters of the functions are written into the runtime log. | dbgEnableLog, dbgLogOption |
LogPause | The runtime log is not enabled. | dbgEnableLog, dbgLogStatus |
LogProcessOnly | The runtime log only retrieves information about the processes. | dbgEnableLog, dbgLogOption |
LogWLanguageFunctions | The WLanguage functions are written into the runtime log. | dbgEnableLog, dbgLogOption |