Go to the first, previous, next, last section, table of contents.


debugOff

Function: debugOff { -> }
file: 10-C-utils.muf
package: muf
status: alpha

The debugOff convenience function sets the current job to not enter the debugger if an exception is raised and not handled automatically.

This is the recommended state for daemon processes, but not for user shells.

This function is currently defined as

:   debugOff { -> }   nil --> @$s.breakEnable  ;

See section debugOn.


Go to the first, previous, next, last section, table of contents.