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

Properly delegate calls to original DebugProbes when installing a debugger

Open qwwdfsad opened this issue 3 years ago • 0 comments
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

qwwdfsad avatar Jun 02 '22 10:06 qwwdfsad