writes the given string and a newline character to stderr
None
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.
debug::print | writes the given string to stderr |
debug::dump | writes a string representation of an object to stderr |
debug::dump_object | writes a string representation of an object to stderr |
debug::hexdump | writes a hexdump of the given string to stderr |