DebugLog outputs also in release mode?

Monkey Forums/Monkey Programming/DebugLog outputs also in release mode?

MikeHart(Posted 2013) [#1]
Hi Mark,

is DebugLog only surpose to output during debug mode or in release mode too? On HTML5 it has the same functionality like Print, which is somehow redundant. It would make more sence if it would only output when you build in debug mode.

Michael


Grey Alien(Posted 2013) [#2]
Yeah I noticed this. I wrapped DebugLog in another function that checks if the game is in debug mode before calling DebugLog.