blitz-foundation / monkey2

zlib License
3 stars 0 forks source link

DebugStop in release mode frozen app #60

Open Pharmhaus-2 opened 5 years ago

Pharmhaus-2 commented 5 years ago

Original Author: engor

^ Is it OK?

Maybe we need replace Function DebugStop()="bbDB::stop"

with

Private Function _DebugStop()="bbDB::stop"
Function DebugStop()
#If __DEBUG__
_DebugStop()
#Endif
End