is there any way to debug bad bytecode generated by the serialization plugin?
➕ 1
s
sandwwraith
07/15/2019, 1:51 PM
Not for now. You can try to decompile bytecode to Java in IDEA (Actions - Show Kotlin bytecode - decompile) and see if it is possible to put a breakpoint in there
t
thana
07/15/2019, 2:33 PM
well it doesn't even compile, so i wonder if there is something to decompile 🙈