writes a string representation of an object to stderr
None
The function displays a label and the object's attribute via introspection.
The function can be called without I/O-access rights.
The string representation is converted to utf-8 before beeing written.
The optional depth argument specifies the maximum recursion depth used to display the object's attributes.
debug::dump_object | writes a string representation of an object to stderr |
debug::println | writes the given string and a newline character to stderr |
debug::print | writes the given string to stderr |