Hi
I'm trying to use the windows console to get PD's debug output when using the "-d" flag. The only way i've managed to do that is by using
pd.exe -d 3 1>log.txt 2>&1
But this writes the output to a file. Is there any way to see this output on the console itself?
(like when running $ pd -d 3 on linux)
Cheers Henri.
I'm not sure, but I think you can say "pd.com" instead of "pd.exe" to get the output on the terminal window. Also, you can then use "-stderr" to reroute Pd console printout there.
cheers Miller
On Fri, Oct 05, 2018 at 04:29:16PM +0000, Henri Augusto Bisognini wrote:
Hi
I'm trying to use the windows console to get PD's debug output when using the "-d" flag. The only way i've managed to do that is by using
pd.exe -d 3 1>log.txt 2>&1
But this writes the output to a file. Is there any way to see this output on the console itself?
(like when running $ pd -d 3 on linux)
Cheers Henri.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list