PluginsTrace
data class PluginsTrace(val eventOrder: MutableList<PluginTraceElement> = mutableListOf()) : AbstractCoroutineContextElement
Contains information of all the plugins that have been executed during the current call. Is used in Intellij Idea debugger to show plugin execution order.
Types
Link copied to clipboard
Key for PluginsTrace instance in the coroutine context.