writeDump

Outputs the contents of a variable of any type for debugging purposes.

The variable can be as simple as a string or as complex as a class or struct.

Method Signature

writeDump(var=[any], label=[string], top=[numeric], expand=[boolean], abort=[boolean])

Arguments

ArgumentTypeRequiredDescriptionDefault

var

any

false

The variable to dump

label

string

false

A label to display above the dump

top

numeric

false

The number of levels to display

0

expand

boolean

false

Whether to expand the dump

true

abort

boolean

false

Whether to abort the request after dumping

false

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC