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
The debugging functions are as follows:
dbgAssertUsed to find out and signal the possible errors via an assertive programming.
dbgAuditOptionRetrieves or modifies the options of the dynamic audit.
dbgAuditStatusRetrieves and changes the status of the dynamic audit.
dbgCheckDifferentChecks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckEqualChecks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckFalseChecks whether an expression is false in assertive programming and in automated test mode.
dbgCheckNotNullChecks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckNullChecks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckTrueChecks whether an expression is set to True in assertive programming and in automated test mode.
dbgConnectUsed to connect a remote debugger to an application, service, Webservice, etc.
dbgEnableAssertEnables or disables the assertive programming.
dbgEnableAuditEnables the dynamic audit through programming.
dbgEnableLogEnables the runtime log programmatically.
dbgEndMemoryDiffSaves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
dbgEndRecordingStops recording the scenario.
dbgErrorProvokes:
  • an assertion during the test of element or project (Go mode).
  • an error in automated test mode.
dbgInfoReturns a debug information.
dbgLogOptionRetrieves or modifies the options of the runtime log.
dbgLogStatusReturns and modifies the status of runtime log.
dbgOnErrorDefines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
dbgSaveDebugDumpSaves a dump file of the application.
dbgSaveMemoryDumpSaves a dump of memory used by the application.
dbgStandardOutputWrites an information into the standard output stream "stdout" (also called "console").
dbgStartMemoryDiffStarts a difference operation of the memory used by the application.
dbgStartRecordingStarts recording a test scenario (also called reproduction scenario).
dbgWriteCommentAuditWrites a comment into the current dynamic audit.
dbgWriteWarningAuditWrites a custom runtime warning into the dynamic audit.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help