Anamorphosee / stacktrace-decoroutinator

Small lib for recovering stack trace in exceptions thrown in Kotlin coroutines
Apache License 2.0
158 stars 4 forks source link

JVM-agent implementation #6

Closed Anamorphosee closed 2 years ago

Anamorphosee commented 2 years ago

JVM agent API allows to modify the bytecode before loading classes. SD can use it instead of generating extra classes at runtime.

Anamorphosee commented 2 years ago

released in 2.3.0