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
  • No labels