Android Question Rapid debugger - illegal start of expression

Shay

Well-Known Member
Licensed User
Longtime User
Hi

getting this error with rapid debug, works ok with lagacy

B4X:
Dim i As Int
For i=0 To MainMenu.MissingNames.Size - 1
  ListView1.AddSingleLine ("  " & MainMenu.MissingNames.Get(i))
Next


also the second line is marked in red, and it says:
"The XML was improperly formatted. Please escape it if necessary."

Error:

Parsing code. 0.12
Compiling code. 0.33
Compiling layouts code. 0.02
Generating R file. 0.44
Compiling debugger engine code. Error
B4A line: 40
For i=0 To MainMenu.MissingNames.Size - 1
javac 1.6.0_26
shell\src\hakol\lanahag\logmissing_subs_0.java:79: illegal start of expression
for (_i = BA.numberCast(int.class, 0); (step15 > 0 && _i.<Integer>get().intValue() <= limit15) || (step15 < 0 && _i.<Integer>get().intValue() >= limit15); _i = RemoteObject.createImmutable((int)(_i.<Integer>get().intValue() + step15))) {
^
1 error
 
Top