Page 1 of 1

Debug variable

Posted: Sat Sep 26, 2009 10:24 am
by kattle87
:idea:
What if there was a boolean variable "App.Debug" that can be true only when application is running in preview and is always false in exes?

I know, we can already use this by defining something similar in our projects but this looks more professional to me ;)

What do you think about it guys?

Posted: Sat Sep 26, 2009 1:22 pm
by Kjell
:roll:

Just add a variable yourself dude :P Besides, I prefer debugging / editing in standalone builds since they can run in full-screen.

+ Never "ship" any releases with your debug tools still included, always take them out completely once you're done .. not just the trigger.

K