Windows / redirect STDERR to see assert messages

Adam D. Ruppe destructionator at gmail.com
Sun May 12 22:46:37 UTC 2019


On Sunday, 12 May 2019 at 13:39:15 UTC, Robert M. Münch wrote:
> If an assert fails, I don't see any output. Is assert using 
> something else? What's wrong about this approach?

You might need to catch all the throwable exceptions and print 
your way instead...


More information about the Digitalmars-d-learn mailing list