Skip to content

Test: Multi level variable paging #10995

Closed
@isidorn

Description

@isidorn

Test for #9537:
Complexity: 2

Write or use a js/ts program with an array/buffer/map/set with more than 10000 items and verify:

  • data structures with a large number of children are displayed in multi level chunks (these chunks are displayed collapsed and the children are fetched lazily on expand). For example, an array of 100000 elements will first split all the elements in chunks of 10000 and then those chunks will be split in chunks of a 100. More details: Variable paging still faces performance issues  #9774
  • Array, Buffer, Map, and Set also display programmatically added named properties.

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuestestplan-item

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions