Android Question Deciphering line numbers...

boten

Active Member
Licensed User
Longtime User
A user emiled me about an error:
an error has occurred in sub: main_some_sub (java line: 1234) java.lang.someexception

I can locate the generated java code (main.java) in sub-dir Objects/src/.....
But how can I relate the java line with the error to the Java code?

the commented lines:
//BA.debugLineNum = 1234;BA.debugLine="....."
does not correspond the the reported sub

Any help?
 

boten

Active Member
Licensed User
Longtime User
1234 (java line) is the sequential line number, not the B4A line.
Sorry, I didn't explain myself. I mean: The 1234th line out of total lines (including //) , or is it the 1234th line that is NOT //?
 
Upvote 0
Top