Josh Posted November 18, 2021 Posted November 18, 2021 You can enable an application console in code on Windows! #ifdef _WIN32 AllocConsole(); freopen("conin$", "r", stdin); freopen("conout$", "w", stdout); freopen("conout$", "w", stderr); printf("Debugging Window:\n"); #endif 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
reepblue Posted November 18, 2021 Posted November 18, 2021 That should be really helpful for tracking activity with release builds. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.