turn on and off debug at runtime

This commit is contained in:
joonicks
2025-10-24 16:25:30 +02:00
parent c95778523a
commit ecc2a5e507
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
Write debug information to a file named "debug.<timestamp>".
On <debugfile> - Turn On debug and write output to <debugfile>
Off - Turn Off debug
If no arguments are given, debug data will be written
to a file named "debug.<timestamp>".
Only available if compiled with debug support.