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


debugOn

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

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

This is the recommended state for user shells, but not (obviously) for daemons.

This function is currently defined as

:   debugOn { -> }   t --> @$s.breakEnable  ;

See section debugOff.


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