DebugStop in release mode frozen app
^ Is it OK?
Maybe we need replace
Function DebugStop()="bbDB::stop"
with
Private Function _DebugStop()="bbDB::stop"
Function DebugStop()
#If __DEBUG__
_DebugStop()
#Endif
End
Yes, looks sensible, I'll have a play with some debug/error stuff this week.
On Sun, Feb 25, 2018 at 4:08 AM, Evgeniy Goroshkin <[email protected]
wrote:
^ Is it OK?
Maybe we need replace Function DebugStop()="bbDB::stop"
with
Private Function _DebugStop()="bbDB::stop" Function DebugStop() #If DEBUG _DebugStop() #Endif End
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/blitz-research/monkey2/issues/342, or mute the thread https://github.com/notifications/unsubscribe-auth/ADU3QiUfzmhCgV4rot2bXuIQf8DYbJT6ks5tYCX4gaJpZM4SR6-l .
Not a big problem, but it's still with us. :)