Since version 0.11.0 and still with 0.12.0 I am often getting this error message when debugging:
CompilerException java.lang.RuntimeException: Method code too large!
Well, the error message is obvious, but I am wondering why it started to happen (never encountered it with version 0.10.0).
I am wondering if this is something new, and what is a function that is too large (how is this defined?).
Also, it will be returned whatever I use #dbg, #break or that instrumentalize the whole function.
Any ideas how I could increase the size supported (if possible), or..?