https://issues.apache.org/ooo/show_bug.cgi?id=121465
--- Comment #1 from Ariel Constenla-Haile <[email protected]> --- Created attachment 80021 --> https://issues.apache.org/ooo/attachment.cgi?id=80021&action=edit Screenshot inspecting the draw page I couldn't make it crash, because my PC has a lot of memory, but it took a lot of memory and time to expand the tree. The reason seams to be that the IDE inspects every property of the original object, in its first level. There you can see that Preview and PreviewBitmap are two arrays containing 32719 integers, each one. This seems to be the reason of the huge amount of memory consumed. May be the IDE shouldn't load the whole array. Some IDEs display arrays on demand, for example the first 20 elements only, and on demand (clicking the last element indicated with a "...", for example) the next 20. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
