Replies: 1 comment 1 reply
|
Compile in debug and press F1. I've not checked in a while if this still working. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Some of projects, such as Just Cause WF, have the next lines for debugging:
DBGONLY(KEYPRESS(VK_F1) { spd::log()->info("{0:f} {1:f} {2:f} {3:f} {4:f} {5:f} {6:f} {7:f} {8:f}", a2->a1, a2->a2, a2->a3, a2->a4, a2->a5, a2->a6, a2->a7, a2->a8, a2->a9); });How to get these work? No needed to re-initialize spdlog from .asi, isn't?
All reactions