Namespace: debug

BX. debug

Namespace BX.debug brings together all debugging tools: callStack, dump, Summary instance, Timer instance.

Source:

Members

(static) summary

Instance of the Summary class.

Source:

(static) timer

Instance of the Timer class.

Source:

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 (value, depthopt, titleopt)

Shows dialog window with structured information about own properties of the value.

Parameters:
Name Type Attributes Default Description
value *

Value to dump.

depth int <optional>
3

Level of nesting. Default is 3. (optional)

title string <optional>

The title of the dialog window. (optional)

Source:

(static) showSystemInfo ()

Shows system information, e.g. application name, version, locale, target engine...

Source: