How do stack traces on the JVM work?
Is it possible to transform classfiles to have stack traces that relate back to the parent language, rather then pseudo java files?
To be specific, could this Mixin Library https://github.com/SpongePowered/Mixin be modified, so that when it overwrites / injects code into methods, that if an error occurred, it would point to the correct mixin pseudo class in the source?