nxt.debugio

Various debug printing tools for debug printing in pure nothrow @safe @nogc code.

Members

Enums

DumpFormat
enum DumpFormat
Undocumented in source.

Functions

dbg
void dbg(Args args, string file, uint line)

Debug print args followed by a newline.

dbgf
void dbgf(Args args, string file, uint line, string fun)
Undocumented in source. Be warned that the author may not have intended to support it.
pdbg
void pdbg(Format fmt, Args args, string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Format (from nxt.stdio)
struct Format via public import nxt.stdio : Format;

Writing/Printing format.

Templates

dump
template dump(args...)

Debug dump arguments args to standard error (stderr).

See Also

Meta