Debug: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
BlasterDRP (talk | contribs)
mNo edit summary
 
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
debug <parameter>
'''debug''' <number>


This writes the values of <parameter> to a log file specified in the command line. Run it as "eduke32.exe > <filename>.log" to allow the values of any <parameter> using debug to be written to <filename>.log.
Prints <number> to the game log file. This has little to no use. The [[echo]] command may be a better substitute.
 
[[Category:Duke3D 1.3/1.5 commands]]

Revision as of 00:27, 5 March 2012

debug <number>

Prints <number> to the game log file. This has little to no use. The echo command may be a better substitute.