Hi community,
yesterday my app worked without errors, but today there is the following message, when I want to compile the code in Debug-Modus:
To solve the problem, I deactivated all "try-catch" code in the source, but the error-message is the same.
If I compile in Release-Mode, everything is working.
Is it a bug?
yesterday my app worked without errors, but today there is the following message, when I want to compile the code in Debug-Modus:
B4A Version: 10.60
Parse den Code. (1.00s)
Java Version: 8
Building folders structure. (0.14s)
Führe individuellen Aktion aus. (0.33s)
Kompiliere den Code. (1.29s)
Kompiliere Layoutcode. (0.04s)
Organisiere Libraries. (0.00s)
(AndroidX SDK)
Generiere R Datei. (0.00s)
Kompiliere Debugger-Code Error
B4A line: 984
End Sub
javac 1.8.0_221
shell\src\b4a\example\modul_070_subs_0.java:2887: error: code too large for try statement
catch (Exception e) {
^
1 error
To solve the problem, I deactivated all "try-catch" code in the source, but the error-message is the same.
If I compile in Release-Mode, everything is working.
Is it a bug?