Sometimes I get from testers a picture back with a crash. (An error has occurred in sub...java line 102... etc). Is there an easy way to go from this line number back to the B4A linenumber of do I need always dig into the java code? Sometimes it is a library where I do not have the source from. What would be the best way to find out where this happen in the B4A source?
The generated Java source code is available under Objects\src. You can save this folder when you upload your app. Later you can find the B4A line from the java line number with a text editor such as notepad++.