Have a DebugLog command which acts like Log in Debug(Rapid) and Debug(Legacy) but is not parsed and is excluded from Release and Release(Obfuscated). I know this can be done with configurations, but typing
#If Debug
Log("I am here!")
#End If
everywhere can become tedious.
#If Debug
Log("I am here!")
#End If
everywhere can become tedious.