This is an old revision of the document!
Debug statement
Description
Use in source code to activate the debugger at a particular point.
Syntax
Debug
Example
* Calls the debugger if error_flag has been set. If error_flag Then Debug ** **
guides:programming:programmers_reference_manual:debug
This is an old revision of the document!
Use in source code to activate the debugger at a particular point.
Debug
* Calls the debugger if error_flag has been set. If error_flag Then Debug ** **