is there any way to debug bad bytecode generated b...
# serialization
t
is there any way to debug bad bytecode generated by the serialization plugin?
1
s
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
well it doesn't even compile, so i wonder if there is something to decompile 🙈