A debugging library for Kotlin coroutines that provides tools for inspecting and debugging coroutine execution.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-debug</artifactId>
<version>1.10.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs coroutine debug probes for monitoring.
Remove DebugProbes.install() in production code.
No dependency data recorded yet.