Open
Description
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