Debug variable
Posted: Sat Sep 26, 2009 10:24 am

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?