OOF2: The Manual

Name

OOF.Help.Debug.Verbose_Switchboard — Print all switchboard calls as they occur.

Synopsis

OOF.Help.Debug.Verbose_Switchboard(boolean)

Details

  • Parent Menu: OOF.Help.Debug
  • Callback: function verbose in module ooflib.SWIG.common.switchboard
  • Parameters:

    boolean
    A boolean value, 0 (false) or 1 (true). This is not a keyword parameter (just enter '0' or '1', not 'boolean=1').

Description

The switchboard is the part of OOF2 that sends messages internally between different parts of the program. It won't be described in detail here. This menu command controls whether or not all switchboard activity (and there is a lot of it!) is reported in the terminal window. Switchboard activity is reported only if debug mode is also activated.