Is there an easy way to set break points, debug or get more info about exceptions?
My app crashes but have no clue as to what is happening.
I am using adb logcat, -debug flag and hxcpp flags in my project xml for Android. Also, I’m using lots of traces in the code trying to “Catch a Lion in the Sahara Desert” my way out of bugs, but this is very tedious and inefficient.
This also makes most bugs very abstract and it takes long time to understand where they are originated.
How does anyone else out there debug their OpenFL iOS & Android apps?