Module: 'brixy.ui.components.debug'

Methods

(static) callStack (stackopt)

Shows a stack of method calls.

Parameters:
Name Type Attributes Default Description
stack string <optional>
$.stack

Call stack. If not given, $.stack is used. (optional)

Source:

(static) dump (valueopt, depthopt, titleopt)

Shows dialog window with structured information about value.

Parameters:
Name Type Attributes Default Description
value * <optional>
module:'brixy.ui.SuiBuilder'~SuiBuilder._builder.element

Value to dump. Default is current component. (optional)

depth int <optional>
3

Level of nesting. Default is 3. (optional)

title string <optional>
'Dump'

The title of the dialog window. Default is 'Dump'. (optional)

Source:

(static) showSystemInfo ()

Shows system information.

Source:

(static) summary (name)

Records a $.summary() result.

Parameters:
Name Type Description
name string

Name of the Summary.

Source:

(static) summaryReport (clear)

Shows a report window.

Parameters:
Name Type Description
clear boolean

Clear summary records.

Source:

(static) timer (name)

Records a time interval.

Parameters:
Name Type Description
name string

Timer's name.

Source:

(static) timerReport (clear)

Shows a report window with timer records.

Parameters:
Name Type Description
clear boolean

Clear timer records.

Source: