How do you debug @safe @nogc code? Can't figure out how to print.

aliak something at something.com
Sat Nov 17 13:10:39 UTC 2018


On Friday, 16 November 2018 at 13:03:40 UTC, Zoadian wrote:
> debug {
>     import std.stdio;
>     writeln(args);
> }

As mentioned in the original post, that does not work.


More information about the Digitalmars-d-learn mailing list