I just started up with B4A again after a long time. While running my program, if an error occurs it shows me the Java line number. It seems that there was an option to see the line number according to your basic code. I can't figure it out now. Could some one help me?
Select "Debug" in the dropdown box and it should show you the B4A line, or find the Java file under Objects/src/... and open it with a line numbering editor like Notepad++ and go to the java line number.
Darn, I was hoping to avoid Debug because of speed issues. That's ok though if this is the only way to do it. I just thought there used to be an option to allow real line number without debug. Perhaps a future update?
Anyway, thanks.
Look in the Java file. The Basic4android code is included as comments above each line of java code so you can see which line of Basic4android code caused the error.