dbg

Various debug tools.

Members

Aliases

dfln
alias dfln = debug_writefln
Undocumented in source.
dln
alias dln = debug_writeln
Undocumented in source.
pln
alias pln = contextual_writeln
Undocumented in source.

Functions

contextual_writeln
void contextual_writeln(Arg t)
Undocumented in source. Be warned that the author may not have intended to support it.
debug_writefln
void debug_writefln(Arg t)
Undocumented in source. Be warned that the author may not have intended to support it.
debug_writeln
void debug_writeln(Arg t)
Undocumented in source. Be warned that the author may not have intended to support it.
trustedPureDebugCall
auto trustedPureDebugCall(Arg args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

dump
mixintemplate dump(Names...)
Undocumented in source.

Templates

show
template show(Args...)

Show the symbol name and variable of Args. See also: http://forum.dlang.org/thread/yczwqrbkxdiqijtiynrh@forum.dlang.org?page=1

Meta