DebugViewPP
DebugViewPP copied to clipboard
Logging into a file
Hello,
Is it possible to output the log into a file?
In the user-interface you can use file->save.
And there is a command line version of the tool. it's output can be redirected into a file. see debugviewconsole.exe -h for options.
debugviewconsole -d outputfile.txt
However, I realize is would also be good to have both the UI and log to a file, this was possible in the past, but the function did not work reliable, so it was removed/disabled. We have a proposal for a new mechanism: #109 but there is no action defined to implement it yet.