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
Provokes:
  • an assertion during the test of element or project (Go mode).
  • an error in automated test mode.
Syntax
dbgError(<Comment 1> [, <Comment 2> [... [, <Comment N>]]])
<Comment 1>: Character string
Text that will be displayed in the assertion window or in the status report of unit test.
<Comment 2>: Optional character string
Text that will be displayed in the assertion window or in the status report of unit test.
<Comment N>: Optional character string
Text that will be displayed in the assertion window or in the status report of unit test.
Remarks
  • When dbgError is called:
    • WINDEVWEBDEV - Server code in automated test mode, an error is added to the test status report (equivalent to TestWriteResult).
    • in manual test mode, an assertion is displayed (equivalent to dbgAssert).
    • in runtime mode, an assertion is displayed if the assertions have been enabled (equivalent to dbgAssert).
  • AndroidAndroid Widget The messages of dbgError will be written into the ADB log (at "Assert" level). For more details, see Managing ADB logs.
Business / UI classification: Neutral code
Component: wd290vm.dll
Versión mínima requerida
  • Versión 18
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