Bug? BETA Strange reported line numbers

stevel05

Expert
Licensed User
Longtime User
The Beta is returning incorrect line numbers for errors in the Log in Debug mode, this code:
B4X:
Sub AppStart (Form1 As Form, Args() As String)
    MainForm = Form1
    'MainForm.RootPane.LoadLayout("Layout1") 'Load the layout file.
    MainForm.Show
  
    Dim F As Form
    F.Show
End Sub

Reports:
Error occurred on line: 65542 (main).

V2.5 reports the correct line no.
 
Top