B4J Question error on compile with debugging mode

I am getting the following error only in debugging mode.

Error:
B4J Version: 9.80
Parsing code.    (0.54s)
    Java Version: 14
Building folders structure.    (0.02s)
Compiling code.    (0.81s)
Compiling layouts code.    (0.02s)
Organizing libraries.    (0.00s)
Compiling generated Java code.    (8.12s)
Compiling debugger engine code.    Error
B4J line: 5161
End Sub
shell\src\bluproject\com\jack\dkov\main_subs_0.java:9420: error: code too large for try statement
       catch (Exception e0) {
       ^
1 error
only showing the first 1 errors, of 4 total; use -Xmaxerrs if you would like to see more
 
Top