ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Debug functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Debugging constants
The following constants are used to manage debug operations:
ConstantDescriptionUsed by the functions
AuditAllAll the audit events are written into the dynamic audit.dbgEnableAudit
AuditAssertionThe assertions are written into the dynamic audit.dbgEnableAudit, dbgAuditOption
AuditCommentThe audit comments are written into the dynamic audit.dbgEnableAudit, dbgAuditOption
AuditDisabledThe dynamic audit was not enabled.dbgAuditStatus
AuditEnabledThe dynamic audit is immediately enabled.dbgEnableAudit, dbgAuditStatus
AuditErrorThe non-fatal errors not processed are written into the dynamic audit.dbgEnableAudit, dbgAuditOption
AuditExceptionThe fatal errors, processed by WHEN EXCEPTION or not processed, are written into the dynamic audit.dbgEnableAudit, dbgAuditOption
AuditPauseThe dynamic audit is paused.dbgEnableAudit, dbgAuditStatus
AuditWarningAnomalyThe execution warnings regarding the detected anomalies are written into the dynamic audit.dbgEnableAudit, dbgAuditOption
AuditWarningPerformanceThe execution warnings regarding performance are registered in the dynamic audit.dbgEnableAudit, dbgAuditOption
AuditWarningUserThe custom execution warnings are written into the dynamic audit.dbgEnableAudit, dbgAuditOption
dbgActivateSystemDumpDebug information: Enables or disables the generation of system dump to transmit some problems to the Technical Support.dbgInfo
dbgActivateUserDumpDebug information: Enables or disables the user memory dump (Ctrl + Pause).dbgInfo
dbgCallingProcessDebug information: information regarding the calling process.dbgInfo
dbgCurrentProcessDebug information: information regarding the current process.dbgInfo
dbgDebuggerEnabledDebug information: Used to find out whether the debugger is enabled or not.dbgInfo
dbgDirectorySystemDumpDebug information: Directory for generating the system dumps.dbgInfo
dbgElementDebug information: information regarding the process currently run.dbgInfo
dbgElementShortNameDebug information:
  • Name of the control associated with the WLanguage event being executed,
  • Name of the procedure being executed.
dbgInfo
dbgFullComponentNameDebug information: Full name of component currently run.dbgInfo
dbgLineDebug information: Number of the current line.dbgInfo
dbgProcessDebug information: information regarding the process.dbgInfo
dbgStackDebug information: call stack.dbgInfo
dbgTypeNameDebug information: spelled out name of the type.dbgInfo
LogAllAll the options are taken into account by the runtime log: WLanguage functions, function parameters, processes.dbgEnableLog, dbgLogOption
LogDisabledThe runtime log is not enabled.dbgLogStatus
LogEnabledThe runtime log is enabled.dbgEnableLog, dbgLogStatus
LogParametersThe parameters of the functions are written into the runtime log.dbgEnableLog, dbgLogOption
LogPauseThe runtime log is not enabled.dbgEnableLog, dbgLogStatus
LogProcessOnlyThe runtime log only retrieves information about the processes.dbgEnableLog, dbgLogOption
LogWLanguageFunctionsThe WLanguage functions are written into the runtime log.dbgEnableLog, dbgLogOption
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help