Hello, in "release" mode works well.
In "debug legacy" mode works well.
In "debug rapid" does not work.
I put some lines on "comment" mode and "debug rapid" mode works well.
The problem occurs in a "Sub" which has more than 1000 lines.
The error is:
B4A version 4.30
Parsing code. 0.60
Compiling code. 0.92
Compiling layouts code. 0.16
Compiling debugger engine code. Error
B4A line: 3179
End Sub
javac 1.7.0_07
shell\src\seypos\easytouch\com\main_subs_0.java:4797: error: code too large for try statement
catch (Exception e) {
^
1 error
Thanks and regards.