monkey2 icon indicating copy to clipboard operation
monkey2 copied to clipboard

DebugStop in release mode frozen app

Open engor opened this issue 7 years ago • 2 comments

^ Is it OK?

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

with

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

engor avatar Feb 24 '18 15:02 engor

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 .

blitz-research avatar Feb 25 '18 23:02 blitz-research

Not a big problem, but it's still with us. :)

engor avatar Mar 30 '18 16:03 engor