Problems with debugger
Erel,
I upgraded to 1.9 and a previously working program is now not debuggable. It does compile without the debugger.
I've scanned my computer for the debugger.jar and even looked for an additional libraries folder and can't find either on my computer.
can you advise?
Thanks
Compiling code. 0.33
Compiling layouts code. 0.00
Generating R file. 0.00
Compiling generated Java code. Error
B4A line: 782
End Sub
javac 1.6.0_16
src\talkingsurvey\b4a\survey\main.java:6591: StartDebugging(anywheresoftware.b4a.BA,int,int[]) in anywheresoftware.b4a.debug.Debug cannot be applied to (anywheresoftware.b4a.BA,int,int[],java.lang.String)
Debug.StartDebugging(mostCurrent.activityBA, 46420, new int[] {120, 3, 17, 7, 5, 1, 3, 2, 5, 4, 9, 9, 2, 6, 2, 3}, "d0977155-515b-4ce5-91dd-86710069746d");}
^
Sorry to have bothered you.
the "Additional Libraries" on my machine is C:\Program Files (x86)\Anywhere Software\Basic4android\Libraries
not addtional libraries and the debug.jar was there. I have a D: drive installation that I use and it had the correct debug.jar, but for some reason the b4a environment loads the c: drive version even though I installed the 1.9 version on the D: drive.
(My c: drive is an SSD and I am conserving space so I installed b4a on the D:. Apparently, I had my libraries path configured to the C: drive instead of the D: drive...my fault, thanks anyway)