Added DebugPrint() and DebugPrintf() macros, which are aliases of ConsolePrint() and ConsolePrintf() if _DEBUG is defined. Otherwise, they do not generate any code.
Added DebugPrint() and DebugPrintf() macros, which are aliases of ConsolePrint() and ConsolePrintf() if _DEBUG is defined. Otherwise, they do not generate any code.