mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-384931 [debugger]: Collect the hierarchy of thread containers for virtual threads
GitOrigin-RevId: ea0c34a1f0f0718e0dc534ab738adbbdb308cb17
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1ae9e16a76
commit
0cc3449b3a
+5
-1
@@ -217,7 +217,11 @@ private fun dumpItemDtos(allDumpItems: List<DumpItem>, maxItems: Int): ThreadDum
|
||||
isDeadLocked = it.isDeadLocked,
|
||||
stackTraceIndex = stackTraceIndex,
|
||||
iconToolTipIndex = iconToolTipToIndex[it.iconToolTip]!!.toByte(),
|
||||
firstLine = firstLine)
|
||||
firstLine = firstLine,
|
||||
isContainer = it.isContainer,
|
||||
id = it.id,
|
||||
parentId = it.parentId,
|
||||
)
|
||||
}
|
||||
|
||||
return ThreadDumpWithAwaitingDependencies(items = items,
|
||||
|
||||
Reference in New Issue
Block a user