addToContextInDebugMode

suspend fun <T> addToContextInDebugMode(pluginName: String, block: suspend () -> T): T

Adds pluginName to the current CoroutineContext if Intellij JVM debugger is attached.