dub build output redirect

seany seany at uni-bonn.de
Tue Jun 8 12:38:19 UTC 2021


I have compiled a complex project via `dub build`.

I used both `-b release` and `-b debug`.

But i cant redirect the output (generated by `writeln`) to a file.

I call by : `./executable --param p1 > a`. But execution hangs 
immediately. If I do `./executable --param p1 ` no issue.

What am I doing wrong?

thank you.


More information about the Digitalmars-d-learn mailing list