cf-tool icon indicating copy to clipboard operation
cf-tool copied to clipboard

Feature Request: Option for writing program output in out#.txt

Open the-redback opened this issue 4 years ago • 2 comments

It will be a good option for people like me who debugs by printing.

The default behavior will be false.

the-redback avatar May 15 '20 22:05 the-redback

Why don't you instead write debug info to stderr?

infalmo avatar May 16 '20 14:05 infalmo

I do. But, for a long debugging log, it is harder to read it from the console. I have to go to the beginning of the console output and it is time-consuming to find the actual beginning. That little time can be saved by outputting in a file, where the default behavior is still the same like before.

the-redback avatar May 16 '20 22:05 the-redback