We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
val cs = CoroutineScope(parentScope.coroutineContext + Job(parent = parentScope.coroutineContext.job))
Now parent has a child attached (as it should), but DebugProbes knows nothing about it.
DebugProbes