import std.stdio : stdout, writeln; writeln(__MODULE__, ":", __LINE__); stdout.flush;
Trace it that way. The flush is important.
rikki cattermole via Digitalmars-d Tue, 28 Aug 2018 06:45:36 -0700
import std.stdio : stdout, writeln; writeln(__MODULE__, ":", __LINE__); stdout.flush;
Trace it that way. The flush is important.