kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Properly delegate calls to original DebugProbes when installing a debugger
trafficstars
Currently, kotlinx-coroutines-debug unconditionally overwrites any previously installed debug probes, which may lead to various conflicts when more than one agent with DebugProbes support is installed.
The issue was discovered when proposing an internal design for Deft tracer, so it's likely to be the issue in the future, though there is no urgency to fix that right now