BREAK
This command will break from the program when running in Debug Mode. 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.

SYNTAX
BREAK
BREAK Debug String

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example