ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Debug functions
30 results
Used to find out and signal the possible errors via an assertive programming.
Retrieves or modifies the options of the dynamic audit.
Retrieves and changes the status of the dynamic audit.
Checks whether the specified expressions are different in assertive programming and in automated test mode.
Checks whether the expressions are equal in assertive programming and in automated test mode.
Checks whether an expression is false in assertive programming and in automated test mode.
Checks whether an expression is not Null in assertive programming and in automated test mode.
Checks whether an expression is Null in assertive programming and in automated test mode.
Checks whether an expression is set to True in assertive programming and in automated test mode.
Used to connect a remote debugger to an application, service, web service, etc.
Enables or disables the assertive programming.
Enables the dynamic audit through programming.
Enables the runtime log programmatically.
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
Stops recording the scenario.
Provokes:
  • an assertion during the test of element or project (Go mode).
  • an error in automated test mode.
Returns a debug information.
Retrieves or modifies the options of the runtime log.
Returns and modifies the status of runtime log.
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
Saves a dump file of the application.
Saves a dump of memory used by the application.
Writes an information into the standard output stream "stdout" (also called "console").
Starts a difference operation of the memory used by the application.
Starts recording a test scenario (also called reproduction scenario).
Writes a comment into the current dynamic audit.
Writes a custom runtime warning into the dynamic audit.
List of constants used by the debugging functions
List of debugging functions
The main available features are as follows: