OOF2: The Manual

Name

OOF.Help.Debug.Switchboard_Stack_Tracking — Keep track of current switchboard calls.

Synopsis

OOF.Help.Debug.Switchboard_Stack_Tracking(boolean)

Details

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

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

Description

Keep track of which switchboard calls have led to other switchboard calls, making it easier to find cause and effect when debugging. See class MessageStack in SRC/common/switchboard.spy in the source code.