What debug configuration does exactly?

Monkey Targets Forums/Android/What debug configuration does exactly?

Aman(Posted 2011) [#1]
When I compile in debug mode. My game crashes in level 4. But the release file can go on til I lose. It also consumes way more ram and slightly larger apk file.


therevills(Posted 2011) [#2]
When I looked at the debug code, it adds a lot of debug tracing which you can use to link back to the original Monkey code - also it used to (not sure about it now) use a "debug" renderer, but I didnt look to deep as my games were unplayable in debug mode.

As long as it works in release mode it should be good ;)


Aman(Posted 2011) [#3]
I agree. I just wanted to know if there is something I can take advantage of while debugging.