``` 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.