addToContextInDebugMode
suspend fun <T> addToContextInDebugMode(pluginName: String, block: suspend () -> T): T
Content copied to clipboard
Adds pluginName to the current CoroutineContext if Intellij JVM debugger is attached.