Is there a way to view the post-compose transforme...
# compose
j
Is there a way to view the post-compose transformed code? I have a very strange bug and the debugger is kind of useless without the actual code that's running.
b
See bytecode?
j
I was hoping to see Kotlin, but given the issues with incorrect LocalVariableTable in the bytecode I suspect the plug-in is not doing source transform.