Break
From Xojo Documentation
Language Keyword
When running in the IDE, Break causes the compiler to break into the debugger. In a compiled app, it has no effect.
Usage
Break
Notes
The Break keyword has the same effect as setting a breakpoint in the Code Editor. Break statements are ignored in built apps.
Sample Code
Display the debugger when the loop counter reaches 5: