AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de depuración
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
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/07/2023

Señalar un error o enviar una sugerencia | Ayuda local