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?
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?