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.