[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Interrupts running routine to allow interactive debugging.
Syntax
BREAK:postcondition
In its argumentless form, BREAK
suspends execution of running code, provided the optional postcondition is true or omitted.
BREAK:postcondition breakflag
FreeM Extension
In its single-argument form, BREAK
sets Ctrl-C handling and error handling characteristics, provided the optional postcondition is true or omitted.
The following table enumerates the possible values of breakflag
0
Disables Ctrl-C handling
-2
Enables normal FreeM error handling
2
Enables Digital Standard MUMPS v2 error handling
any integer value other than 0, 2, or -2
Enables Ctrl-C handling
This document was generated on September 20, 2023 using texi2html 5.0.