mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-384931 [debugger]: Introduce canBeHidden property to filter out items in the dump
GitOrigin-RevId: 8875abcb6902ddc43f5373ef681dac133daad527
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c8f50ff68d
commit
49ee154be1
+1
@@ -221,6 +221,7 @@ private fun dumpItemDtos(allDumpItems: List<DumpItem>, maxItems: Int): ThreadDum
|
||||
isContainer = it.isContainer,
|
||||
id = it.id,
|
||||
parentId = it.parentId,
|
||||
canBeHidden = it.canBeHidden
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user