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
dbgWriteCommentAudit (Function)
In french: dbgEcritCommentaireAudit
Writes a comment into the current dynamic audit. dbgWriteCommentAudit has no effect if the audit is not enabled.
Remark: The dynamic audit can be enabled using dbgEnableAudit.
Example
// Enables the dynamic audit
dbgEnableAudit()
 
// Writes a comment to remind that if the fDelete function generates an error,
// it does not matter
dbgWriteCommentAudit("The call to fDelete can generate an error " + ...
 "when the file does not exist; this error can be ignored.")
fDelete("dontexist.txt")
Syntax
dbgWriteCommentAudit(<Comment>)
<Comment>: Character string
Comment that must be written into the audit file.
Component: wd290vm.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help