Registry / utility / kotlinx-coroutines-debug

kotlinx-coroutines-debug

JSON →
library1.10.2javamavenunverified

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>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-debug
utilityjavav1.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DebugProbes
kotlinx.coroutines.debug.DebugProbes

Installs coroutine debug probes for monitoring.

import kotlinx.coroutines.debug.DebugProbes fun main() { DebugProbes.install() println("Debug probes installed.") }
Debug
Known issues
gotchaDebug probes may impact performance in production; use only for debugging.
fix
Remove DebugProbes.install() in production code.
affects: all
Upgrade
Version history
1.10.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
kotlinx-coroutines-debug — mvn dependency:get kotlinx-coroutines-debug · libregistry