|
|
|
|
|
|
|
|
|
|
The debugging functions are as follows:
| | | dbgAssert | Used to find out and signal the possible errors via an assertive programming. | | dbgAuditOption | Retrieves or modifies the options of the dynamic audit. | | dbgAuditStatus | Retrieves and changes the status of the dynamic audit. | | dbgCheckDifferent | Checks whether the specified expressions are different in assertive programming and in automated test mode. | | dbgCheckEqual | Checks whether the expressions are equal in assertive programming and in automated test mode. | | dbgCheckFalse | Checks whether an expression is false in assertive programming and in automated test mode. | | dbgCheckNotNull | Checks whether an expression is not Null in assertive programming and in automated test mode. | | dbgCheckNull | Checks whether an expression is Null in assertive programming and in automated test mode. | | dbgCheckTrue | Checks whether an expression is set to True in assertive programming and in automated test mode. | | dbgConnect | Used to connect a remote debugger to an application, service, web service, etc. | | dbgEnableAssert | Enables or disables the assertive programming. | | dbgEnableAudit | Enables the dynamic audit programmatically. | | dbgEnableLog | Enables the runtime log programmatically. | | dbgEndMemoryDiff | Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff. | | dbgEndRecording | Stops recording the scenario. | | dbgError | Provokes: - an assertion during the test of element or project (Go mode).
- an error in automated test mode.
| | dbgInfo | Returns a debug information. | | dbgLogOption | Retrieves or modifies the options of the runtime log. | | dbgLogStatus | Returns and modifies the status of runtime log. | | dbgOnError | Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function. | | dbgSaveDebugDump | Saves a dump file of the application. | | dbgSaveMemoryDump | Saves a dump of memory used by the application. | | dbgStandardOutput | Writes an information into the standard output stream "stdout" (also called "console"). | | dbgStartMemoryDiff | Starts a difference operation of the memory used by the application. | | dbgStartRecording | Starts recording a test scenario (also called reproduction scenario). | | dbgWriteCommentAudit | Writes a comment into the current dynamic audit. | | dbgWriteWarningAudit | Writes a custom runtime warning to the dynamic audit. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|