ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Debug functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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: Dynamic auditing can be enabled using the dbgEnableAudit function.
Example
// Active l'audit dynamique
dbgEnableAudit()

// Place un commentaire pour rappeler que si la fonction fSupprime génère une erreur, 
// cela n'a pas d'importance
dbgWriteCommentAudit("L'appel à fSupprime peut générer une erreur " + ...
	 "quand le fichier n'existe pas. Cette erreur est sans intérêt.")
fDelete("existepas.txt")
Syntax
dbgWriteCommentAudit(<Comment>)
<Comment>: Character string
Comment that must be written into the audit file.
Component: wd300vm.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help