![]() |
![]() |
![]() |
|
BREAK
This command will break from the program when running in Debug Mode.
BREAK BREAK Debug String
Debug String String
This command does not return a value.
You can optionally specify a string as a parameter to this command to carry text to the CLI allowing you to report debug information on the break. When you break from a program, you can resume execution from the Debugger.
FOR T=1 TO 10
|