[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.8 BREAK

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

"default"

Enables Ctrl-C handling


This document was generated on January 3, 2022 using texi2html 5.0.