@A BREAK statement is an instruction that instructs you to move to a debug state, but it only takes effect after DEBUG ON is executed.
The advantage of this method is that even if you write a lot of BREAK statements, all BREAK statements can be invalidated by simply rewriting the DEBUG statement.
@Beginners might want to remember to use them in pairs like this.
DEBUG ON
BREAK