Disable debugging
by Temasek Polytechnic · in Torque Game Engine · 02/06/2007 (8:32 pm) · 2 replies
Hi.
Is it possible to remove all the printing that appears in the console when you pres the tilde key. Meaning that it doesn't save anything in the console.log file?
Is it possible to remove all the printing that appears in the console when you pres the tilde key. Meaning that it doesn't save anything in the console.log file?
About the author
#2
engine/core/torqueConfig.h
Namely:
02/06/2007 (9:46 pm)
You may also want to take a look at:engine/core/torqueConfig.h
Namely:
/// Define me if you want to enable the profiler. /// See also the TORQUE_SHIPPING block below //#define TORQUE_ENABLE_PROFILER /// Define me if this is a shipping build; if defined I will instruct Torque /// to batten down some hatches and generally be more "final game" oriented. /// Notably this disables a liberal resource manager file searching, and /// console help strings. //#define TORQUE_SHIPPING
Torque Owner Tim Heldna