| | |
Constant | Description | Used by the functions |
---|
AuditAll | All the audit events are written into the dynamic audit. | dbgEnableAudit |
AuditAssertion | The assertions are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
AuditComment | The audit comments are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
AuditDisabled | The dynamic audit was not enabled. | dbgAuditStatus |
AuditEnabled | The dynamic audit is immediately enabled. | dbgEnableAudit, dbgAuditStatus |
AuditError | The non-fatal errors not processed are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
AuditException | The fatal errors, processed by WHEN EXCEPTION or not processed, are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
AuditPause | The dynamic audit is paused. | dbgEnableAudit, dbgAuditStatus |
AuditWarningAnomaly | The execution warnings regarding the detected anomalies are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
AuditWarningPerformance | The execution warnings regarding performance are registered in the dynamic audit. | dbgEnableAudit, dbgAuditOption |
AuditWarningUser | The custom execution warnings are written into the dynamic audit. | dbgEnableAudit, dbgAuditOption |
dbgActivateSystemDump | Debug information: Enables or disables the generation of system dump to transmit some problems to the Technical Support. | dbgInfo |
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 |
dbgDebuggerEnabled | Debug information: Used to find out whether the debugger is enabled or not. | dbgInfo |
dbgDirectorySystemDump | Debug information: Directory for generating the system dumps. | dbgInfo |
dbgElement | Debug information: information regarding the process currently run. | dbgInfo |
dbgElementShortName | Debug information: - Name of the control associated with the WLanguage event being executed,
- Name of the procedure being executed.
| 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 |