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

5.5 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

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


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by root on October 14, 2020 using texi2html 1.82.