Debugging Statements

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Pause (PAU)

Interrupts program execution and allows the operator to enter system commands, print variables, change variables, and edit program lines, then resume execution from the same line or a different line. (Type any form of the Go command to restart execution.)

Break

Causes the program to go into Step mode when a variable value changes, or the specified line number is encountered.