kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

Support static 'Debug Probes'

Open sellmair opened this issue 1 year ago • 1 comments
trafficstars

Note: This MR requires the following changes in kotlin.git:

https://github.com/JetBrains/kotlin/compare/master...sellmair/KT-72086/A-way-to-statically-load-DebugProbesKt-in-production

Summary

The kotlin-stdlib compiles against a stub, which will can be provided by applications statically.

Related

Substitute kotlin.coroutines.jvm.internal.DebugProbesKt without agent : IJPL-166

A way to statically load DebugProbesKt in production

coroutines debugging: Investigate split package problem : IDEA-359879

kotlinx.coroutines.debug's module-info.java is incorrect preventing any project using JPMS to use debug probes

sellmair avatar Oct 08 '24 10:10 sellmair

I see some auto-formatter issues: I'll fix them soon

sellmair avatar Oct 08 '24 12:10 sellmair