Debug

From EDukeWiki
Revision as of 09:28, 6 September 2023 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search

debug <number>

Prints <number> to the game log file and triggers a breakpoint if the binary has been compiled with `RELEASE=0`.

Only useful for debugging if the process is attached to debugger like gdb.