Debugging aid: Output current file/line to stderr.
Also flushes stderr to ensure buffering and a subsequent crash don't cause the message to get lost.
// Output example: // src/myproj/myfile.d(42): trace trace();
See Implementation
Debugging aid: Output current file/line to stderr.
Also flushes stderr to ensure buffering and a subsequent crash don't cause the message to get lost.