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
dbgEnableAssert (Function)
In french: dbgActiveAssertion
Enables or disables the assertive programming. The assertive programming was implemented by dbgAssert.
Example
dbgEnableAssert(True)
Syntax
<Result> = dbgEnableAssert([<Activation>])
<Result>: Boolean
If <Activation> is not specified, <Result> corresponds to the current behavior:
  • <Result> = True if the assertive programming is enabled,
  • <Result> = False if assertive programming is disabled.
If the <Activation> parameter is specified, <Result> corresponds to the old behavior:
  • <Result> = True if the assertive programming is enabled,
  • <Result> = False if assertive programming is disabled.
<Activation>: Optional boolean
  • True to enable the assertive programming,
  • False to disable it (default value).
Remarks
  • In test mode, the assertive programming is enabled by default.
  • At runtime, the assertive programming is disabled by default.
  • If the JITc mode is enabled (default mode), this function must be called in the initialization code of the project. For more details, see JITc.
Component: wd290vm.dll
Versión mínima requerida
  • Versión 10
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