First post, by sithlord2
sithlord2
Offline
Rank
Newbie
Hi,
I'm trying to get the debug messages from DosBox debugger logged to a file. The doc at Guide to the DOSBox debugger says:
"If you want these debug messages to be saved into a textfile for later analysis, use the logfile entry in the log section of the config file."
I added the following to my dosbox configration:
[log]
logfile=c:\mytestlog.txt
Restarted DosBox debugger, but the debug messages don't get written to the log file. In fact, the log file is not created at all.