harbingerofme / DebugToolkit

Debugging commands for Risk of Rain 2. Previously known as RoR2Cheats.
https://thunderstore.io/package/IHarbHD/DebugToolkit/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

New Command: log_trace #121

Closed MightyW0lf closed 1 year ago

MightyW0lf commented 2 years ago

Describe your new command Simply prints something to the log output (probably current time and perhaps some counter?).

Use cases It can be used to mark a specific place in log output so it can be referenced later when debugging. Especially useful when bound to a hotkey. Or even better when bound to the same key as a replay buffer - then you can see where in the log output you saved each replay.

Currently this behavior can be to some extent simulated with add_money 0 command, which prints $$$.

SChinchi commented 1 year ago

Shouldn't this be closed because echo achieves exactly that?

MightyW0lf commented 1 year ago

Yes, TIL that command exists.