How do I read the debug logs?
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
How do I read the debug logs?
Using Windows/MinGW. I see references to a debug() function all over the code, but I can't find where the output goes. How do I view the output?
-
jaakan
- Trained

- Posts: 75
- Joined: 15 Jun 2008, 01:51
Re: How do I read the debug logs?
Do you mean this?Zarel wrote:Using Windows/MinGW. I see references to a debug() function all over the code, but I can't find where the output goes. How do I view the output?
warzone2100.exe --debug=all --debugfile=c:\temp\wz2100.txt
http://wiki.wz2100.net/Command_Line_Options
http://wiki.wz2100.net/Windows_Compile_Guide_(MinGW)
-
Zarel
- Elite

- Posts: 5770
- Joined: 03 Jan 2008, 23:35
- Location: Minnesota, USA
Re: How do I read the debug logs?
Thanks, that worked. I knew I should've checked the wiki.jaakan wrote:Do you mean this?Zarel wrote:Using Windows/MinGW. I see references to a debug() function all over the code, but I can't find where the output goes. How do I view the output?
warzone2100.exe --debug=all --debugfile=c:\temp\wz2100.txt
http://wiki.wz2100.net/Command_Line_Options
http://wiki.wz2100.net/Windows_Compile_Guide_(MinGW)