Module: 'brixy.debug.dump'

Members

(static) dump.truncateLength :int

Maximum length of node text. Set zero to unlimited.

Type:
  • int
Default value:
  • 200
Source:

Methods

(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: