You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
I use the method show_transition in cocoa function call, but the console with rake doesn't output any tips or backtrace or messages.It cause hard to find out the bug!
defineC::Void,:touchesBegan,Cocoa::Object,:withEvent,Cocoa::Objectdo |touches,event|
puts"Touch began!!!"beginshow_transition{|f|
puts"Finished:#{f}"}rescueException=>eputs"Exception in touchBegan:#{e}"endend
So, I try to catche the mruby exception manual,and puts the exception to help debug.