Hi there,
any Android developer out there?
I finally managed to start debugging openxcom in native mode, using LLDB, on android emulator... however, when an exception is thrown, I see only which class and method are related to the exception (plus call stack)... but no line numbers.
This is obviously a big problem, since methods like Map::drawTerrain are huge and I cannot add a log output after each line!?
Is it somehow possible to convince Android Studio to show me the line(s) where it crashed?
(Also, it would be nice to be able to jump directly to source code... but I guess I could live without that, if they at least told me the line number)
Please help.