BREAK

This command will break from the program when running in Debug Mode.

  Syntax
BREAK
BREAK Debug String
  Parameters
Debug String
String
This value is a string value encased in speech marks.

  Returns

This command does not return a value.

  Description

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.

  Example Code
FOR T=1 TO 10
IF T=5
BREAK
ENDIF
NEXT T
  See also

CORE Commands Menu
Index