file: job.t package: muf status: alpha
This function is a flexible way of invoking
the debugger. It is intended to be inserted as a
temporary debugging technique, not as a routine
production coding method. It invokes ]doBreak
.
A minimal argument block is
[ :event .err.simpleEvent |
In any event, the argument block must consist of
symbol- (usually keyword-) value pairs, exactly
one such symbol must be :event
, and
the corresponding value must be a Event
.
If @$s.breakDisable
is set non-nil
,
]break
become a no-op which does nothing
but check and pop its argument block.
Go to the first, previous, next, last section, table of contents.