HomeManualTopicsTypesSymbols

debug::dump_object

writes a string representation of an object to stderr

Parameters

None

Results

None

Description

The function always prints the whole string and may block until stderr is ready to accept new data.

The function can be called without I/O-access rights.

The supplied string is converted to utf-8 before beeing written.

Example

$SYMBOL . debug::dump_object SYMBOL

Error output

SYMBOL

Topic

Debug

See also

debug::dump writes a string representation of an object to stderr
debug::string returns a string representation of the given object